Title: [148477] trunk/Source/WebKit2
- Revision
- 148477
- Author
- [email protected]
- Date
- 2013-04-15 16:46:27 -0700 (Mon, 15 Apr 2013)
Log Message
[EFL][WK2] build fix after r148434
https://bugs.webkit.org/show_bug.cgi?id=114647
Patch by Seokju Kwon <[email protected]> on 2013-04-15
Reviewed by Benjamin Poulain.
* UIProcess/API/efl/EwkView.cpp:
(EwkView::showContextMenu):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (148476 => 148477)
--- trunk/Source/WebKit2/ChangeLog 2013-04-15 23:26:27 UTC (rev 148476)
+++ trunk/Source/WebKit2/ChangeLog 2013-04-15 23:46:27 UTC (rev 148477)
@@ -1,3 +1,13 @@
+2013-04-15 Seokju Kwon <[email protected]>
+
+ [EFL][WK2] build fix after r148434
+ https://bugs.webkit.org/show_bug.cgi?id=114647
+
+ Reviewed by Benjamin Poulain.
+
+ * UIProcess/API/efl/EwkView.cpp:
+ (EwkView::showContextMenu):
+
2013-04-15 Jer Noble <[email protected]>
After switching to another space and back, video races to catch up with audio
Modified: trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp (148476 => 148477)
--- trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp 2013-04-15 23:26:27 UTC (rev 148476)
+++ trunk/Source/WebKit2/UIProcess/API/efl/EwkView.cpp 2013-04-15 23:46:27 UTC (rev 148477)
@@ -809,8 +809,6 @@
Ewk_View_Smart_Data* sd = smartData();
ASSERT(sd->api);
- ASSERT(contextMenuProxy);
-
if (!sd->api->context_menu_show)
return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes