Skip to content

Commit 0810762

Browse files
committed
Remove EFL leftover from WebPageProxy.messages.in
https://bugs.webkit.org/show_bug.cgi?id=168828 Reviewed by Gyuyoung Kim. * UIProcess/WebPageProxy.messages.in: Canonical link: https://commits.webkit.org/185958@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@213127 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent e295238 commit 0810762

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

Source/WebKit2/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-02-28 Csaba Osztrogonác <ossy@webkit.org>
2+
3+
Remove EFL leftover from WebPageProxy.messages.in
4+
https://bugs.webkit.org/show_bug.cgi?id=168828
5+
6+
Reviewed by Gyuyoung Kim.
7+
8+
* UIProcess/WebPageProxy.messages.in:
9+
110
2017-02-28 Alex Christensen <achristensen@webkit.org>
211

312
Main resource requests need cachePartition

Source/WebKit2/UIProcess/WebPageProxy.messages.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ messages -> WebPageProxy {
9191
#endif // ENABLE(NETSCAPE_PLUGIN_API)
9292
SetCanShortCircuitHorizontalWheelEvents(bool canShortCircuitHorizontalWheelEvents)
9393

94-
#if PLATFORM(EFL)
95-
HandleInputMethodKeydown() -> (bool handled)
96-
#endif
97-
9894
DidChangeContentSize(WebCore::IntSize newSize)
9995

10096
#if ENABLE(INPUT_TYPE_COLOR)

0 commit comments

Comments
 (0)