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() |