| 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 0e5d496b83b6b1207bc09685565301d3f4179bf5..551509c387469b2067a2305b2a41b94ee645449a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| @@ -391,6 +391,14 @@ WebInspector.InspectorFrontendHostStub.prototype = {
|
|
|
| /**
|
| * @override
|
| + * @param {function()} callback
|
| + */
|
| + reattach: function(callback)
|
| + {
|
| + },
|
| +
|
| + /**
|
| + * @override
|
| */
|
| readyForTest: function()
|
| {
|
|
|