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 9c96dfd843900188328837e9f35274e7c49014a4..c26a193ad380b5aed356807a16ea934dead10272 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/"; |
}, |
/** |