Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt |
index d3ccca51f3b673267791b42aadd58254e43540af..9f3a00772d5af86a2c8bd400ff024b6e30b1ec2d 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt |
@@ -1,10 +1,10 @@ |
Tests that script is replaced with the newer version when the names match. |
Added: MyScript.js to network |
-Added: MyScript.js to debugger |
+Added: debugger:///VMXX(MyScript.js) to debugger |
Removed: MyScript.js from network |
Added: MyScript.js to network |
-Added: MyScript.js to debugger |
+Added: debugger:///VMXX(MyScript.js) to debugger |
Content: function foo() { return 1; } //# sourceURL=MyScript.js |
Content: function foo() { return 2; } //# sourceURL=MyScript.js |