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

Unified Diff: LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.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/timeline/timeline-timer-fired-from-eval-call-site.html
diff --git a/LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html b/LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html
index 2b534c5d6c5eaa92b78db0ecb9eee692844d07f3..68b022bae6bfc0728fdfb99d7fbb1e2c73387044 100644
--- a/LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html
+++ b/LayoutTests/inspector/timeline/timeline-timer-fired-from-eval-call-site.html
@@ -10,7 +10,7 @@ function performActions()
"var fn2 = function() {console.markTimeline(\"Script evaluated\");};\\n" +
"var fn1 = function() {window.setTimeout(fn2, 1);};\\n" +
"window.setTimeout(fn1, 1);\\n"
- content = "eval('" + content + "//@ sourceURL=fromEval.js" + "');";
+ content = "eval('" + content + "//# sourceURL=fromEval.js" + "');";
var scriptElement = document.createElement('script');
var contentNode = document.createTextNode(content);
scriptElement.appendChild(contentNode);
« no previous file with comments | « LayoutTests/inspector/styles/stylesheet-source-url-comment-expected.txt ('k') | Source/core/inspector/ContentSearchUtils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698