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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Patch Set: a Created 4 years, 5 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-ui/watch-expressions-preserve-expansion-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
index aef0c356424ab1cf14e961cbdb85c63d899caa64..0794d3d03539d41a201ab0c996068ac9dd60b056 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt
@@ -4,8 +4,8 @@ Bug 99304
Watch expressions added.
expanded foo [object Object]
expanded bar [object Object]
-expanded <function scope>
-expanded Closure
+expanded [[Scopes]] [object Object]
+expanded 0 [object Object]
expanded a [object Object]
expanded [200 .. 299]
expanded 299 [object Object]
@@ -129,11 +129,12 @@ func: function () {return a + b;}
name:
prototype: Object
__proto__: function () {}
- <function scope>
- Closure
+ [[FunctionLocation]]: Object
+ [[Scopes]]: Scopes[2]
+ 0: Closure
a: 10
b: 100
- Global: Window
+ 1: Global
Page reloaded.
Watch expressions after page reload:
globalObject: Object
@@ -255,9 +256,10 @@ func: function () {return a + b;}
name:
prototype: Object
__proto__: function () {}
- <function scope>
- Closure
+ [[FunctionLocation]]: Object
+ [[Scopes]]: Scopes[2]
+ 0: Closure
a: 10
b: 100
- Global: Window
+ 1: Global

Powered by Google App Engine
This is Rietveld 408576698