Index: third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
index 55887021b17dbd861e425d89f1cfd8eed13e0a31..af5cb3fd613003599fa81101b1fdf68c25145da7 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-undefined-override-expected.txt |
@@ -3,6 +3,6 @@ Tests that evaluating something in console won't crash the browser if undefined |
var x = {a:1}; x.self = x; undefined = x; |
Object {a: 1, self: Object} |
unknownVar |
- VM:2 Uncaught ReferenceError: unknownVar is not defined(…) |
-(anonymous function) @ VM:2 |
+ VM:1 Uncaught ReferenceError: unknownVar is not defined(…) |
+(anonymous function) @ VM:1 |