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

Unified Diff: LayoutTests/inspector/debugger/file-system-project-mapping.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/file-system-project-mapping.html
diff --git a/LayoutTests/inspector/debugger/file-system-project-mapping.html b/LayoutTests/inspector/debugger/file-system-project-mapping.html
index 292b17467939f88490d22836d86fcb192fd7f8e1..e7cf2cefab9a276155426752f0b277f6658b7ed1 100644
--- a/LayoutTests/inspector/debugger/file-system-project-mapping.html
+++ b/LayoutTests/inspector/debugger/file-system-project-mapping.html
@@ -92,7 +92,7 @@ function test()
{
var originalFileContent = "<foo content>";
var scriptURL = "http://localhost/html/foo.js";
- var scriptContent = originalFileContent + "\n //@ sourceURL=" + scriptURL + " \n ";
+ var scriptContent = originalFileContent + "\n //# sourceURL=" + scriptURL + " \n ";
function uiSourceCodeAdded(uiSourceCode) { }
function unloadScript()

Powered by Google App Engine
This is Rietveld 408576698