https://bugs.webkit.org/show_bug.cgi?id=139240
<rdar://problem/
19115662>
Reviewed by Anders Carlsson.
* WebView/WebActionMenuController.mm:
(-[WebActionMenuController _defaultMenuItemsForDataDetectableLink]):
Make sure to use the newly created currentActionContext... everywhere.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@176777
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-12-03 Timothy Horton <timothy_horton@apple.com>
+
+ Implement action menus for tel: URLs
+ https://bugs.webkit.org/show_bug.cgi?id=139240
+ <rdar://problem/19115662>
+
+ Reviewed by Anders Carlsson.
+
+ * WebView/WebActionMenuController.mm:
+ (-[WebActionMenuController _defaultMenuItemsForDataDetectableLink]):
+ Make sure to use the newly created currentActionContext... everywhere.
+
2014-12-03 Timothy Horton <timothy_horton@apple.com>
Implement action menus for tel: URLs
} interactionStoppedHandler:^() {
}];
- [actionContext setHighlightFrame:elementBoundingBoxInWindowCoordinatesFromNode(node)];
+ [_currentActionContext setHighlightFrame:elementBoundingBoxInWindowCoordinatesFromNode(node)];
return [[getDDActionsManagerClass() sharedManager] menuItemsForTargetURL:_hitTestResult.absoluteLinkURL() actionContext:_currentActionContext.get()];
}