Title: [213127] trunk/Source/WebKit2
Revision
213127
Author
o...@webkit.org
Date
2017-02-28 01:01:09 -0800 (Tue, 28 Feb 2017)

Log Message

Remove EFL leftover from WebPageProxy.messages.in
https://bugs.webkit.org/show_bug.cgi?id=168828

Reviewed by Gyuyoung Kim.

* UIProcess/WebPageProxy.messages.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (213126 => 213127)


--- trunk/Source/WebKit2/ChangeLog	2017-02-28 08:30:44 UTC (rev 213126)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-28 09:01:09 UTC (rev 213127)
@@ -1,3 +1,12 @@
+2017-02-28  Csaba Osztrogonác  <o...@webkit.org>
+
+        Remove EFL leftover from WebPageProxy.messages.in
+        https://bugs.webkit.org/show_bug.cgi?id=168828
+
+        Reviewed by Gyuyoung Kim.
+
+        * UIProcess/WebPageProxy.messages.in:
+
 2017-02-28  Alex Christensen  <achristen...@webkit.org>
 
         Main resource requests need cachePartition

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in (213126 => 213127)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in	2017-02-28 08:30:44 UTC (rev 213126)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.messages.in	2017-02-28 09:01:09 UTC (rev 213127)
@@ -91,10 +91,6 @@
 #endif // ENABLE(NETSCAPE_PLUGIN_API)
     SetCanShortCircuitHorizontalWheelEvents(bool canShortCircuitHorizontalWheelEvents)
 
-#if PLATFORM(EFL)
-    HandleInputMethodKeydown() -> (bool handled)
-#endif
-
     DidChangeContentSize(WebCore::IntSize newSize)
 
 #if ENABLE(INPUT_TYPE_COLOR)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to