Index: Source/devtools/front_end/InspectorFrontendHostStub.js |
diff --git a/Source/devtools/front_end/InspectorFrontendHostStub.js b/Source/devtools/front_end/InspectorFrontendHostStub.js |
index eb7b1a6be48651edcbee45ebaf7f2d94f538c835..87754ab4b9e388126f5c0c18ca0704a80c55ac3f 100644 |
--- a/Source/devtools/front_end/InspectorFrontendHostStub.js |
+++ b/Source/devtools/front_end/InspectorFrontendHostStub.js |
@@ -182,6 +182,10 @@ WebInspector.InspectorFrontendHostStub.prototype = { |
{ |
}, |
+ sendMessageToFrontendHost: function(message) |
+ { |
+ }, |
+ |
recordActionTaken: function(actionCode) |
{ |
}, |