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

Unified Diff: test/inspector/runtime/length-or-size-description-expected.txt

Issue 2770583002: [inspector] description for weak collections should not contain size (Closed)
Patch Set: added to protocol Created 3 years, 9 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
« no previous file with comments | « test/inspector/runtime/length-or-size-description.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/length-or-size-description-expected.txt
diff --git a/test/inspector/runtime/length-or-size-description-expected.txt b/test/inspector/runtime/length-or-size-description-expected.txt
index d7d08d67821dfd918f32deeb711530486520e58e..512b78fdb23f71e957c21a4173e09473f66afbc7 100644
--- a/test/inspector/runtime/length-or-size-description-expected.txt
+++ b/test/inspector/runtime/length-or-size-description-expected.txt
@@ -7,6 +7,8 @@ Array(0)
Array(2)
Uint8Array(0)
Uint8Array(2)
+WeakMap
+WeakSet
Set(0)
Set(2)
Map(0)
@@ -15,3 +17,5 @@ Array(0)
Array(2)
Uint8Array(0)
Uint8Array(2)
+WeakMap
+WeakSet
« no previous file with comments | « test/inspector/runtime/length-or-size-description.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698