Index: LayoutTests/inspector/console/console-eval-scoped-expected.txt |
diff --git a/LayoutTests/inspector/console/console-eval-scoped-expected.txt b/LayoutTests/inspector/console/console-eval-scoped-expected.txt |
index a898e8681f0bf063f89568203ae9e7c841cf64ab..fa5e43e1d2581b4d1768bd49e1b40302aea0ed0d 100644 |
--- a/LayoutTests/inspector/console/console-eval-scoped-expected.txt |
+++ b/LayoutTests/inspector/console/console-eval-scoped-expected.txt |
@@ -3,7 +3,7 @@ CONSOLE MESSAGE: line 1: eval in with: Object property value |
CONSOLE MESSAGE: line 1: eval in function: Function parameter |
Tests that evaluating 'console.log()' in the console will have access to its outer scope variables. Bug 60547. |
-with: Object property value [VM] (scriptId):4 |
-eval in with: Object property value [VM] (scriptId):1 |
-eval in function: Function parameter [VM] (scriptId):1 |
+with: Object property value VM:4 |
+eval in with: Object property value VM:1 |
+eval in function: Function parameter VM:1 |