| Index: third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| index 8ebeac2307126e30ac033b3a05ef5734918abb97..12dbaa230d2149a4531a805cf9ad4b1413eaca68 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| <head>
|
| -<script type="text/javascript" src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></script>
|
| +<script type="text/javascript" src="../../http/tests/inspector-protocol/resources/inspector-protocol-test.js"></script>
|
| <script type="text/javascript" src="resources/liveedit-me.js"></script>
|
| <script>
|
|
|
| @@ -39,7 +39,7 @@ function test()
|
| if ("error" in response) {
|
| if (!("errorHandler" in currentStep)) {
|
| // Error message is not logged intentionally, it may be platform-specific.
|
| - InspectorTest.log("Protocol command '" + currentStep.command + "' failed");
|
| + InspectorTest.log("dp command '" + currentStep.command + "' failed");
|
| InspectorTest.completeTest();
|
| return;
|
| }
|
|
|