Changeset 187212 in webkit
- Timestamp:
- Jul 22, 2015, 9:47:33 PM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r187202 r187212 1 2015-07-22 Timothy Horton <timothy_horton@apple.com> 2 3 Fix the build 4 5 * UIProcess/ios/WKContentViewInteraction.mm: 6 (-[WKContentView setupInteraction]): 7 (-[WKContentView cleanupInteraction]): 8 1 9 2015-07-22 Commit Queue <commit-queue@webkit.org> 2 10 -
trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm
r187198 r187212 342 342 [self addGestureRecognizer:_longPressGestureRecognizer.get()]; 343 343 344 #if HAVE(LINK_PREVIEW) 344 345 [self _registerPreview]; 346 #endif 345 347 346 348 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_resetShowingTextStyle:) name:UIMenuControllerDidHideMenuNotification object:nil]; … … 399 401 } 400 402 403 #if HAVE(LINK_PREVIEW) 401 404 [self _unregisterPreview]; 405 #endif 406 402 407 if (_fileUploadPanel) { 403 408 [_fileUploadPanel setDelegate:nil];
Note:
See TracChangeset
for help on using the changeset viewer.