Changeset 182096 in webkit


Ignore:
Timestamp:
Mar 27, 2015, 5:59:28 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-03-27
Reviewed by Timothy Hatcher.

  • UserInterface/Protocol/InspectorFrontendAPI.js:

(InspectorFrontendAPI.contextMenuCleared):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r182095 r182096  
     12015-03-27  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        Web Inspector: Uncaught Exceptions with Context Menus
     4        https://bugs.webkit.org/show_bug.cgi?id=143162
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Protocol/InspectorFrontendAPI.js:
     9        (InspectorFrontendAPI.contextMenuCleared):
     10
    1112015-03-27  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorFrontendAPI.js

    r182040 r182096  
    104104    contextMenuCleared: function()
    105105    {
    106         WebInspector.contextMenuCleared();
     106        WebInspector.ContextMenu.contextMenuCleared();
    107107    },
    108108
Note: See TracChangeset for help on using the changeset viewer.