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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.idl

Issue 2683853005: bindings: Make some value iterator properties aliases to Array.prototype functions (Closed)
Patch Set: Patch v2: IDLs and test expectations adjusted Created 3 years, 10 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/Source/core/testing/Internals.idl
diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
index 827dd4082bff7959209be11ba2b5e21c77616322..7663774ee6a580a9ede851d48bdfbfd4a93659d9 100644
--- a/third_party/WebKit/Source/core/testing/Internals.idl
+++ b/third_party/WebKit/Source/core/testing/Internals.idl
@@ -331,6 +331,8 @@
boolean isUseCounted(Document document, long useCounterId);
boolean isCSSPropertyUseCounted(Document document, DOMString propertyName);
+ readonly attribute unsigned long length;
+ getter long (unsigned long index);
iterable<long>;
[Unscopable] readonly attribute DOMString unscopableAttribute;

Powered by Google App Engine
This is Rietveld 408576698