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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-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/sources/debugger/properties-special-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
index b3a9383e12d1302c90e49b734ee291d179c9b9be..0aaf7a6d8e176f55edaae30a1241fdbf316d018f 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
@@ -12,7 +12,7 @@ properties-special.html:11 ƒ anonymous(a,b)
caller: null
length: 2
name: ""
- prototype: Object
+ prototype: {constructor: ƒ}
__proto__: ƒ ()
[[FunctionLocation]]: properties-special.html:11
[[Scopes]]: Scopes[1]
@@ -30,7 +30,7 @@ properties-special.html:13 ƒ* anonymous()
caller: (...)
length: 0
name: ""
- prototype: Generator
+ prototype: Generator {}
__proto__: GeneratorFunction
[[FunctionLocation]]: properties-special.html:13
[[IsGenerator]]: true

Powered by Google App Engine
This is Rietveld 408576698