| 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;
|
|
|