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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id.html

Issue 1483053003: [DevTools] Removed deprecated sourceURL comment from tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/WebKit/LayoutTests/inspector/tracing/timeline-event-causes.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id.html
index 92ab10e56d3975c6b7b3151323e63e80465333a5..d0f551c40e0115b568148db6b2bef4265777a4ba 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id.html
@@ -22,7 +22,7 @@ function test()
}
var source = performActions.toString();
- source += "\n//@ sourceURL=performActions.js";
+ source += "\n//# sourceURL=performActions.js";
InspectorTest.evaluateInPage(source, startTimeline);
function startTimeline()
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/tracing/timeline-event-causes.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698