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

Changeset 176738 in webkit


Ignore:
Timestamp:
Dec 3, 2014, 12:16:02 PM (12 years ago)
Author:
dburkart@apple.com
Message:

Merged r176681. rdar://problems/19067172

Location:
branches/safari-600.3-branch/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog

    r176737 r176738  
     12014-12-03  Dana Burkart  <dburkart@apple.com>
     2
     3        Merge r176681. <rdar://problem/19067172>
     4
     5    2014-12-02  Timothy Horton  <timothy_horton@apple.com>
     6
     7            Fix the build.
     8
     9            * WebView/WebViewData.h:
     10
     11
    1122014-12-03  Dana Burkart  <dburkart@apple.com>
    213
  • branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebViewData.h

    r176662 r176738  
    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.