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

Changeset 183968 in webkit


Ignore:
Timestamp:
May 7, 2015, 6:08:54 PM (11 years ago)
Author:
Said Abou-Hallawa
Message:

Fix iPhone 6 iOS simulator Build.
following http://trac.webkit.org/changeset/183954.

Reviewed by Daniel Bates.

  • WebView/WebHTMLView.mm:

(-[WebHTMLView pressureChangeWithEvent:]):

Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

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

    r183957 r183968  
     12015-05-07  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        Fix iPhone 6 iOS simulator Build.
     4        following http://trac.webkit.org/changeset/183954.
     5
     6        Reviewed by Daniel Bates.
     7
     8        * WebView/WebHTMLView.mm:
     9        (-[WebHTMLView pressureChangeWithEvent:]):
     10
    1112015-05-07  Timothy Horton  <timothy_horton@apple.com>
    212
  • trunk/Source/WebKit/mac/WebView/WebHTMLView.mm

    r183954 r183968  
    40884088- (void)pressureChangeWithEvent:(NSEvent *)event
    40894089{
    4090 #if defined(__LP64__) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101003
     4090#if PLATFORM(MAC) && defined(__LP64__) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 101003
    40914091    NSEvent *lastPressureEvent = [[self _webView] _pressureEvent];
    40924092    if (event.phase != NSEventPhaseChanged && event.phase != NSEventPhaseBegan && event.phase != NSEventPhaseEnded)
Note: See TracChangeset for help on using the changeset viewer.