Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(273)

Unified Diff: LayoutTests/inspector/console/console-uncaught-exception-in-eval.html

Issue 15832007: DevTools: Add support for //# sourceURL (sourceMappingURL) comments and deprecate //@ ones (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698