Index: LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html |
diff --git a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html b/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html |
index 03d57037c650641c9a326ded0bc295b4fecd100f..8741cda4b049820a4c242d627537c39da54cf6bd 100644 |
--- a/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html |
+++ b/LayoutTests/http/tests/inspector-enabled/dynamic-scripts.html |
@@ -16,7 +16,7 @@ function appendDynamicScriptElement(src, content) |
function loadScripts() |
{ |
- var sourceURLComment = "\n //@ sourceURL="; |
+ var sourceURLComment = "\n //# sourceURL="; |
window.eval("function fooEval() {}"); |
window.eval("function fooEvalSourceURL() {}" + sourceURLComment + "evalSourceURL.js"); |
appendDynamicScriptElement("", "function fooScriptElementContent1() {}"); |