Index: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html |
index f92779b31d2902af1b57bab6f7748e8d207d8af6..ace8802a777caaadf8021ae60a05bd5d0a7bc8af 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/resources/protocol-test.html |
@@ -287,7 +287,7 @@ InspectorTest.importScript = function(scriptName) |
var xhr = new XMLHttpRequest(); |
xhr.open("GET", scriptName, false); |
xhr.send(null); |
- window.eval(xhr.responseText + "\n//@ sourceURL=" + scriptName); |
+ window.eval(xhr.responseText + "\n//# sourceURL=" + scriptName); |
} |
InspectorTest.safeWrap = function(func, onexception) |