Title: [182096] trunk/Source/WebInspectorUI
Revision
182096
Author
[email protected]
Date
2015-03-27 17:59:28 -0700 (Fri, 27 Mar 2015)

Log Message

Web Inspector: Uncaught Exceptions with Context Menus
https://bugs.webkit.org/show_bug.cgi?id=143162

Patch by Joseph Pecoraro <[email protected]> on 2015-03-27
Reviewed by Timothy Hatcher.

* UserInterface/Protocol/InspectorFrontendAPI.js:
(InspectorFrontendAPI.contextMenuCleared):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (182095 => 182096)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-03-28 00:57:53 UTC (rev 182095)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-03-28 00:59:28 UTC (rev 182096)
@@ -1,5 +1,15 @@
 2015-03-27  Joseph Pecoraro  <[email protected]>
 
+        Web Inspector: Uncaught Exceptions with Context Menus
+        https://bugs.webkit.org/show_bug.cgi?id=143162
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Protocol/InspectorFrontendAPI.js:
+        (InspectorFrontendAPI.contextMenuCleared):
+
+2015-03-27  Joseph Pecoraro  <[email protected]>
+
         Web Inspector: Disable editing in Metrics section while it is not working
         https://bugs.webkit.org/show_bug.cgi?id=143165
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorFrontendAPI.js (182095 => 182096)


--- trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorFrontendAPI.js	2015-03-28 00:57:53 UTC (rev 182095)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorFrontendAPI.js	2015-03-28 00:59:28 UTC (rev 182096)
@@ -103,7 +103,7 @@
 
     contextMenuCleared: function()
     {
-        WebInspector.contextMenuCleared();
+        WebInspector.ContextMenu.contextMenuCleared();
     },
 
     dispatchMessageAsync: function(messageObject)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to