| 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 0cb74b3ca806dc6db8561b6e12eca8d0d92afcdf..372f2abe6bf0f71d9b36ca2a89256ddb53d9b768 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, unsigned long feature);
|
| boolean isCSSPropertyUseCounted(Document document, DOMString propertyName);
|
|
|
| + readonly attribute unsigned long length;
|
| + getter long (unsigned long index);
|
| iterable<long>;
|
|
|
| [Unscopable] readonly attribute DOMString unscopableAttribute;
|
|
|