| 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 7b024cf938b7684381fdcc423da33da7c11590e6..27c4f9e606749cb5717caf36fa5efef78d344e72 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| @@ -400,6 +400,12 @@ Host.InspectorFrontendHostStub = class {
|
|
|
| /**
|
| * @override
|
| + */
|
| + openNodeFrontend() {
|
| + }
|
| +
|
| + /**
|
| + * @override
|
| * @param {number} x
|
| * @param {number} y
|
| * @param {!Array.<!InspectorFrontendHostAPI.ContextMenuDescriptor>} items
|
|
|