Title: [176374] trunk/Source/WebKit2
Revision
176374
Author
[email protected]
Date
2014-11-19 17:55:54 -0800 (Wed, 19 Nov 2014)

Log Message

Try to fix the iOS build

* WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::performDictionaryLookupForSelection):
(WebKit::WebPage::performDictionaryLookupForRange):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (176373 => 176374)


--- trunk/Source/WebKit2/ChangeLog	2014-11-20 01:36:27 UTC (rev 176373)
+++ trunk/Source/WebKit2/ChangeLog	2014-11-20 01:55:54 UTC (rev 176374)
@@ -1,5 +1,13 @@
 2014-11-19  Timothy Horton  <[email protected]>
 
+        Try to fix the iOS build
+
+        * WebProcess/WebPage/ios/WebPageIOS.mm:
+        (WebKit::WebPage::performDictionaryLookupForSelection):
+        (WebKit::WebPage::performDictionaryLookupForRange):
+
+2014-11-19  Timothy Horton  <[email protected]>
+
         Fix the 32-bit build
 
         * UIProcess/mac/TextIndicatorWindow.mm:

Modified: trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm (176373 => 176374)


--- trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm	2014-11-20 01:36:27 UTC (rev 176373)
+++ trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm	2014-11-20 01:55:54 UTC (rev 176374)
@@ -296,12 +296,12 @@
     notImplemented();
 }
 
-void WebPage::performDictionaryLookupForSelection(Frame*, const VisibleSelection&)
+void WebPage::performDictionaryLookupForSelection(Frame*, const VisibleSelection&, TextIndicator::PresentationTransition)
 {
     notImplemented();
 }
 
-void WebPage::performDictionaryLookupForRange(Frame*, Range&, NSDictionary *)
+void WebPage::performDictionaryLookupForRange(Frame*, Range&, NSDictionary *, TextIndicator::PresentationTransition)
 {
     notImplemented();
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to