Changeset 176486 in webkit
- Timestamp:
- Nov 21, 2014, 4:51:20 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/mac/WKView.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r176485 r176486 1 2014-11-21 Timothy Horton <timothy_horton@apple.com> 2 3 Fix the build. 4 5 * UIProcess/API/mac/WKView.mm: 6 (-[WKView mouseDown:]): 7 1 8 2014-11-21 Beth Dakin <bdakin@apple.com> 2 9 -
trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm
r176480 r176486 1257 1257 [self _setMouseDownEvent:event]; 1258 1258 _data->_ignoringMouseDraggedEvents = NO; 1259 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000 1259 1260 [_data->_actionMenuController wkView:self willHandleMouseDown:event]; 1261 #endif 1260 1262 [self mouseDownInternal:event]; 1261 1263 }
Note:
See TracChangeset
for help on using the changeset viewer.