Changeset 176306 in webkit
- Timestamp:
- Nov 18, 2014, 9:08:41 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/API/Cocoa/WKViewPrivate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r176305 r176306 1 2014-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 1 9 2014-11-18 Benjamin Poulain <bpoulain@apple.com> 2 10 -
trunk/Source/WebKit2/UIProcess/API/Cocoa/WKViewPrivate.h
r176304 r176306 125 125 - (NSView *)_viewForPreviewingURL:(NSURL *)url initialFrameSize:(NSSize)initialFrameSize; 126 126 - (void)_finishPreviewingURL:(NSURL *)url withPreviewView:(NSView *)previewView; 127 #endif128 127 129 #if PLATFORM(MAC)130 128 - (void)_dismissActionMenuPopovers; 131 129 #endif
Note:
See TracChangeset
for help on using the changeset viewer.