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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 807263007: IDL: Add forEach() method to iterable<>/maplike<>/setlike<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: adjust test expectations Created 5 years, 11 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: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 657648b1bdd668082008a7e26c0140ce490960b7..9dbcec87ff7afa60a2824200aa923d0742997176 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -712,6 +712,7 @@ interface FormData
method constructor
method delete
method entries
+ method forEach
method get
method getAll
method has
@@ -1012,6 +1013,7 @@ interface Headers
method constructor
method delete
method entries
+ method forEach
method get
method getAll
method has
@@ -1188,6 +1190,7 @@ interface MediaKeySession
interface MediaKeyStatusMap
method constructor
method entries
+ method forEach
method get
method has
method keys

Powered by Google App Engine
This is Rietveld 408576698