Index: Source/devtools/front_end/InspectorFrontendHostStub.js |
diff --git a/Source/devtools/front_end/InspectorFrontendHostStub.js b/Source/devtools/front_end/InspectorFrontendHostStub.js |
index 48e8944bc88863e0c094d939909b6edd209cd4ad..eae1418bff27d423a93917b1ad491b29afc5b5e1 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 { |