Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1602)

Unified Diff: Source/devtools/front_end/InspectorFrontendHostStub.js

Issue 298913004: [DevTools] Add Toolbox page to undocked DevTools frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/devtools/front_end/InspectorFrontendHostStub.js
diff --git a/Source/devtools/front_end/InspectorFrontendHostStub.js b/Source/devtools/front_end/InspectorFrontendHostStub.js
index 577dd86e11ad38fb90450cc27038a3523555e85a..a2cbc2e5b55a8fe66d2beb333386489c8d831c25 100644
--- a/Source/devtools/front_end/InspectorFrontendHostStub.js
+++ b/Source/devtools/front_end/InspectorFrontendHostStub.js
@@ -259,11 +259,6 @@ WebInspector.InspectorFrontendHostStub.prototype = {
}
}
-// Inherit bindings from the embedder.
-if (top !== window) {
- window.InspectorFrontendHost = top.InspectorFrontendHost;
-}
-
if (!window.InspectorFrontendHost) {
InspectorFrontendHost = new WebInspector.InspectorFrontendHostStub();
} else {

Powered by Google App Engine
This is Rietveld 408576698