⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99808 in webkit


Ignore:
Timestamp:
Nov 9, 2011, 8:33:38 PM (15 years ago)
Author:
kevino@webkit.org
Message:

[wx] Unreviewed build fix. wx should not be excluded from building ScopedFramePaintingState code.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99807 r99808  
     12011-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
    182011-11-09  Kevin Ollivier  <kevino@theolliviers.com>
    29
  • trunk/Source/WebCore/page/Frame.cpp

    r98196 r99808  
    10661066}
    10671067
    1068 #if !PLATFORM(MAC) && !PLATFORM(WIN) && !PLATFORM(WX)
     1068#if !PLATFORM(MAC) && !PLATFORM(WIN)
    10691069struct ScopedFramePaintingState {
    10701070    ScopedFramePaintingState(Frame* theFrame, RenderObject* theRenderer)
Note: See TracChangeset for help on using the changeset viewer.