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

Changeset 176306 in webkit


Ignore:
Timestamp:
Nov 18, 2014, 9:08:41 PM (12 years ago)
Author:
Conrad Shultz
Message:

Unreviewed. Revision to the build fix in r176304.

The guarded method should simply be in the !TARGET_OS_IPHONE block.

  • UIProcess/API/Cocoa/WKViewPrivate.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r176305 r176306  
     12014-11-18  Conrad Shultz  <conrad_shultz@apple.com>
     2
     3        Unreviewed. Revision to the build fix in r176304.
     4
     5        The guarded method should simply be in the !TARGET_OS_IPHONE block.
     6
     7        * UIProcess/API/Cocoa/WKViewPrivate.h:
     8
    192014-11-18  Benjamin Poulain  <bpoulain@apple.com>
    210
  • trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h

    r176304 r176306  
    125125- (NSView *)_viewForPreviewingURL:(NSURL *)url initialFrameSize:(NSSize)initialFrameSize;
    126126- (void)_finishPreviewingURL:(NSURL *)url withPreviewView:(NSView *)previewView;
    127 #endif
    128127
    129 #if PLATFORM(MAC)
    130128- (void)_dismissActionMenuPopovers;
    131129#endif
Note: See TracChangeset for help on using the changeset viewer.