Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
index 7ae98f48ae9519006806740a83ad7ee86a50ec1c..fb17722e447e65aeebede7aef31f5979e108a44a 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
+++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js |
@@ -449,7 +449,7 @@ WebInspector.InspectorFrontendHostStub.prototype = { |
/** |
* @type {!InspectorFrontendHostAPI} |
*/ |
-var InspectorFrontendHost = window.InspectorFrontendHost || null; |
+window.InspectorFrontendHost = window.InspectorFrontendHost || null; |
(function(){ |