Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt

Issue 2297903005: DevTools: (anonymous function) ==> (anonymous) (Closed)
Patch Set: tests Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 6da5f5d59c4aeed37e5ee22ec18c52254920f1d0..6daad0cbc289217a6967573bb99dc27f612d9077 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,7 @@ 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 function) @ VM:9
+VM:3 Uncaught Object {a: 239}foo @ VM:3boo @ VM:7(anonymous) @ VM:9
call frame:foo at :2
call frame:boo at :6
call frame: at :8

Powered by Google App Engine
This is Rietveld 408576698