Index: LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt |
diff --git a/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt b/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt |
index fd43ecb7358ad6c125f4df67544a8466e3bcb8bb..71b2915cd2f48f26e6e98623b3598531009df974 100644 |
--- a/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt |
+++ b/LayoutTests/inspector/debugger/file-system-project-mapping-expected.txt |
@@ -23,7 +23,7 @@ Adding file system. |
Dumping uiSourceCode and script content: |
uiSourceCode: <foo content> |
script: <foo content> |
- //@ sourceURL=http://localhost/html/foo.js |
+ //# sourceURL=http://localhost/html/foo.js |
- hasDivergedFromVM: false |
- sourceFrame._muted: false |
@@ -34,7 +34,7 @@ Committing uiSourceCode with live edit failure: |
Dumping uiSourceCode and script content: |
uiSourceCode: <foo content edited> |
script: <foo content> |
- //@ sourceURL=http://localhost/html/foo.js |
+ //# sourceURL=http://localhost/html/foo.js |
- hasDivergedFromVM: true |
- sourceFrame._muted: true |
@@ -43,7 +43,7 @@ Loading script. |
Dumping uiSourceCode and script content: |
uiSourceCode: <foo content edited> |
script: <foo content> |
- //@ sourceURL=http://localhost/html/foo.js |
+ //# sourceURL=http://localhost/html/foo.js |
- hasDivergedFromVM: true |
- sourceFrame._muted: true |
@@ -54,7 +54,7 @@ Committing uiSourceCode again (with live edit success now): |
Dumping uiSourceCode and script content: |
uiSourceCode: <foo content edited again> |
script: <foo content edited again> |
- //@ sourceURL=http://localhost/html/foo.js |
+ //# sourceURL=http://localhost/html/foo.js |
- hasDivergedFromVM: false |
- sourceFrame._muted: false |
Reloading page: |