Index: third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt |
index 6daad0cbc289217a6967573bb99dc27f612d9077..bea07e19e68ec10ccfd7395c0e567d094a9dac1d 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt |
@@ -9,7 +9,10 @@ Tests that evaluating an expression with an exception in the console provide cor |
foo(); |
} |
boo(); |
-VM:3 Uncaught Object {a: 239}foo @ VM:3boo @ VM:7(anonymous) @ VM:9 |
+VM:3 Uncaught Object {a: 239} |
+foo @ VM:3 |
+boo @ VM:7 |
+(anonymous) @ VM:9 |
call frame:foo at :2 |
call frame:boo at :6 |
call frame: at :8 |