Index: LayoutTests/inspector/console/console-uncaught-exception-in-eval.html |
diff --git a/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html b/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html |
index 5ec00bbaf06168472919d293ef621bb3071b6eb2..a3a7e450df8fb2ed02b22a2ac4380b56a8072f0c 100644 |
--- a/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html |
+++ b/LayoutTests/inspector/console/console-uncaught-exception-in-eval.html |
@@ -28,7 +28,7 @@ function evalSource() |
a(); |
} |
-eval("(" + evalSource + ")()//@ sourceURL=evalURL.js"); |
+eval("(" + evalSource + ")()//# sourceURL=evalURL.js"); |
</script> |
</head> |
@@ -36,7 +36,7 @@ eval("(" + evalSource + ")()//@ sourceURL=evalURL.js"); |
<body onload="runTest()"> |
<p> |
Tests that when uncaught exception in eval'ed script ending |
-with //@ sourceURL=url is logged into console, its stack trace |
+with //# sourceURL=url is logged into console, its stack trace |
will have the url as the script source. <a href="https://bugs.webkit.org/show_bug.cgi?id=47252">Bug 47252.</a> |
</p> |