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

Changeset 176486 in webkit


Ignore:
Timestamp:
Nov 21, 2014, 4:51:20 PM (12 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the build.

  • UIProcess/API/mac/WKView.mm:

(-[WKView mouseDown:]):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r176485 r176486  
     12014-11-21  Timothy Horton  <timothy_horton@apple.com>
     2
     3        Fix the build.
     4
     5        * UIProcess/API/mac/WKView.mm:
     6        (-[WKView mouseDown:]):
     7
    182014-11-21  Beth Dakin  <bdakin@apple.com>
    29
  • trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm

    r176480 r176486  
    12571257    [self _setMouseDownEvent:event];
    12581258    _data->_ignoringMouseDraggedEvents = NO;
     1259#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
    12591260    [_data->_actionMenuController wkView:self willHandleMouseDown:event];
     1261#endif
    12601262    [self mouseDownInternal:event];
    12611263}
Note: See TracChangeset for help on using the changeset viewer.