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

Changeset 176681 in webkit


Ignore:
Timestamp:
Dec 2, 2014, 11:40:45 AM (12 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build.

  • WebView/WebViewData.h:
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r176680 r176681  
     12014-12-02  Timothy Horton  <timothy_horton@apple.com>
     2
     3        Fix the build.
     4
     5        * WebView/WebViewData.h:
     6
    172014-12-02  Tim Horton  <timothy_horton@apple.com>
    28
  • trunk/Source/WebKit/mac/WebView/WebViewData.h

    r176608 r176681  
    148148    WebNodeHighlight *currentNodeHighlight;
    149149
    150 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
     150#if PLATFORM(MAC)
     151#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
    151152    WebActionMenuController *actionMenuController;
     153#endif // __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
    152154    std::unique_ptr<WebCore::TextIndicatorWindow> textIndicatorWindow;
    153 #endif
     155#endif // PLATFORM(MAC)
    154156
    155157    BOOL allowsUndo;
Note: See TracChangeset for help on using the changeset viewer.