Index: Source/devtools/front_end/main/AdvancedApp.js |
diff --git a/Source/devtools/front_end/main/AdvancedApp.js b/Source/devtools/front_end/main/AdvancedApp.js |
index 04f9b8dbf93a54580170fe8fd6090444615553af..be95696bc7536d9d389b17b4df4055cdc71581cf 100644 |
--- a/Source/devtools/front_end/main/AdvancedApp.js |
+++ b/Source/devtools/front_end/main/AdvancedApp.js |
@@ -86,7 +86,7 @@ WebInspector.AdvancedApp.prototype = { |
if (this._toolboxWindow) |
return; |
- var url = window.location.href.replace("devtools.html", "toolbox.html"); |
+ var url = window.location.href.replace("inspector.html", "toolbox.html"); |
this._toolboxWindow = window.open(url, undefined); |
}, |