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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt

Issue 2881053003: DevTools: enable object previews experiment by default (Closed)
Patch Set: fix extension sidebar test Created 3 years, 7 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/worker-eval-contains-stack-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
index 494f3d0ede90c05cd48cf2d4ed10c7ecb1df553d..d5477eaaf1f7c792751dcbf271b3074c5e0c0486 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/worker-eval-contains-stack-expected.txt
@@ -9,7 +9,7 @@ Tests exception message from eval on worker context in console contains stack tr
foo();
}
boo();
-VM:3 Uncaught Object {a: 239}a: 239__proto__: Object
+VM:3 Uncaught {a: 239}a: 239__proto__: Object
foo @ VM:3
boo @ VM:7
(anonymous) @ VM:9

Powered by Google App Engine
This is Rietveld 408576698