| Index: LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
|
| diff --git a/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js b/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
|
| index de9a97ede587f00c902e5871aa7825dac341500b..3465167a7d47b39c5ae3acc147bcc2d155f3bfe4 100644
|
| --- a/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
|
| +++ b/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
|
| @@ -98,7 +98,7 @@ InspectorTest.importScript = function(scriptName)
|
| var xhr = new XMLHttpRequest();
|
| xhr.open("GET", scriptName, false);
|
| xhr.send(null);
|
| - window.eval(xhr.responseText);
|
| + window.eval(xhr.responseText + "\n//@ sourceURL=" + scriptName);
|
| }
|
|
|
| window.addEventListener("message", function(event) {
|
|
|