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 c27efb4671e228665a850dbd4a9d02d3cb92c9b1..f9c6dc936bf7bf6fa7129e0aca7a95181aa79941 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 |
@@ -4,5 +4,5 @@ var x = {a:1}; x.self = x; undefined = x; |
Object {a: 1, self: Object} |
unknownVar |
VM:1 Uncaught ReferenceError: unknownVar is not defined |
-(anonymous function) @ VM:1 |
+(anonymous) @ VM:1 |