Changeset 99808 in webkit
- Timestamp:
- Nov 9, 2011, 8:33:38 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
page/Frame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r99807 r99808 1 2011-11-09 Kevin Ollivier <kevino@theolliviers.com> 2 3 [wx] Unreviewed build fix. wx should not be excluded 4 from building ScopedFramePaintingState code. 5 6 * page/Frame.cpp: 7 1 8 2011-11-09 Kevin Ollivier <kevino@theolliviers.com> 2 9 -
trunk/Source/WebCore/page/Frame.cpp
r98196 r99808 1066 1066 } 1067 1067 1068 #if !PLATFORM(MAC) && !PLATFORM(WIN) && !PLATFORM(WX)1068 #if !PLATFORM(MAC) && !PLATFORM(WIN) 1069 1069 struct ScopedFramePaintingState { 1070 1070 ScopedFramePaintingState(Frame* theFrame, RenderObject* theRenderer)
Note:
See TracChangeset
for help on using the changeset viewer.