| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| index cf9cb9ef174261e984923f57cfebb426ad592598..c9b6f1f0588e326ef6c6288ef2dde3e63ddf7d14 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| @@ -290,6 +290,11 @@ InspectorFrontendHostAPI.prototype = {
|
| showContextMenuAtPoint: function(x, y, items, document) { },
|
|
|
| /**
|
| + * @param {function()} callback
|
| + */
|
| + reattach: function(callback) { },
|
| +
|
| + /**
|
| * @return {boolean}
|
| */
|
| isUnderTest: function() { },
|
|
|