| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index b9439db8037f76199a003eeade40d21f68248fde..ede8832fc657744ca5342a5599140bb716192894 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -332,8 +332,6 @@ WebInspector.Main.prototype = {
|
| target.runtimeAgent().runIfWaitingForDebugger();
|
| if (target.hasBrowserCapability())
|
| target.inspectorAgent().enable();
|
| - if (Runtime.experiments.isEnabled("nodeDebugging"))
|
| - new WebInspector.RemoteLocationManager(target);
|
| console.timeEnd("Main._createMainTarget");
|
| },
|
|
|
|
|