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

Unified Diff: LayoutTests/http/tests/inspector-enabled/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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/debugger-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}");
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/debugger-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698