| 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 c0ff0305bd74e470e0315963458d0ac1d22b4bf6..909bbc5b261b4ecf77a71a6f24248e3210a4056f 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
|
| @@ -409,6 +409,8 @@ Runtime.prototype = {
|
| useTestBase: function()
|
| {
|
| Runtime._remoteBase = "http://localhost:8000/inspector-sources/";
|
| + if (Runtime.queryParam("debugFrontend"))
|
| + Runtime._remoteBase += "debug/";
|
| },
|
|
|
| /**
|
|
|