| Index: third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/Runtime.js b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| index c26a193ad380b5aed356807a16ea934dead10272..4a1879726a48f8b085abb7fd202204092eb4ed37 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| @@ -786,7 +786,7 @@ Runtime.Module.prototype = {
|
| */
|
| _remoteBase: function()
|
| {
|
| - return this._descriptor.remote && Runtime._remoteBase || undefined;
|
| + return !Runtime.queryParam("debugFrontend") && this._descriptor.remote && Runtime._remoteBase || undefined;
|
| },
|
|
|
| /**
|
|
|