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

Unified Diff: LayoutTests/inspector/debugger/dynamic-scripts.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/debugger/dynamic-scripts.html
diff --git a/LayoutTests/inspector/debugger/dynamic-scripts.html b/LayoutTests/inspector/debugger/dynamic-scripts.html
index f0ca161b9950129c581610b68b06e36fd6851c7b..2d86cc013125c6da276b3d0ebb2883b6703b9e0b 100644
--- a/LayoutTests/inspector/debugger/dynamic-scripts.html
+++ b/LayoutTests/inspector/debugger/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() {}");

Powered by Google App Engine
This is Rietveld 408576698