Index: Source/devtools/front_end/toolbox_bootstrap/Toolbox.js |
diff --git a/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js b/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js |
index 5f557f2549905a1afc37257aba35c478fd7d7cf8..0d076a758adf82096bad83b6a2d06c5f65cfa4a7 100644 |
--- a/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js |
+++ b/Source/devtools/front_end/toolbox_bootstrap/Toolbox.js |
@@ -19,6 +19,7 @@ WebInspector.Toolbox = function() |
WebInspector.cssWorkspaceBinding = window.opener.WebInspector.cssWorkspaceBinding; |
WebInspector.Revealer = window.opener.WebInspector.Revealer; |
WebInspector.ContextMenu = window.opener.WebInspector.ContextMenu; |
+ WebInspector.ContextMenu.installHandler(document); |
WebInspector.installPortStyles(); |
var delegate = /** @type {!WebInspector.ToolboxDelegate} */ (window.opener.WebInspector["app"]); |