Changeset 176681 in webkit
- Timestamp:
- Dec 2, 2014, 11:40:45 AM (12 years ago)
- Location:
- trunk/Source/WebKit/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebView/WebViewData.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/mac/ChangeLog
r176680 r176681 1 2014-12-02 Timothy Horton <timothy_horton@apple.com> 2 3 Fix the build. 4 5 * WebView/WebViewData.h: 6 1 7 2014-12-02 Tim Horton <timothy_horton@apple.com> 2 8 -
trunk/Source/WebKit/mac/WebView/WebViewData.h
r176608 r176681 148 148 WebNodeHighlight *currentNodeHighlight; 149 149 150 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 150 #if PLATFORM(MAC) 151 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 151 152 WebActionMenuController *actionMenuController; 153 #endif // __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 152 154 std::unique_ptr<WebCore::TextIndicatorWindow> textIndicatorWindow; 153 #endif 155 #endif // PLATFORM(MAC) 154 156 155 157 BOOL allowsUndo;
Note:
See TracChangeset
for help on using the changeset viewer.