Index: Source/devtools/front_end/host/InspectorFrontendHost.js |
diff --git a/Source/devtools/front_end/host/InspectorFrontendHost.js b/Source/devtools/front_end/host/InspectorFrontendHost.js |
index 7c68780f165aaf5c24ec2d937fb0a190a95d45e4..faa6f313493df188c0bc797d91890ecd7d413826 100644 |
--- a/Source/devtools/front_end/host/InspectorFrontendHost.js |
+++ b/Source/devtools/front_end/host/InspectorFrontendHost.js |
@@ -281,7 +281,7 @@ InspectorFrontendHostAPI.prototype = { |
/** |
* @return {boolean} |
*/ |
- isStub: function() { } |
+ isHostedMode: function() { } |
} |
/** |
@@ -589,7 +589,7 @@ WebInspector.InspectorFrontendHostStub.prototype = { |
/** |
* @return {boolean} |
*/ |
- isStub: function() |
+ isHostedMode: function() |
{ |
return true; |
} |