| Index: third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
|
| index af95bf65c13117c0ec8faedf98e359c423f3f3ee..024a32807feeef2913db5b9811ef3840e710b672 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/modules/TestInterface5.idl
|
| @@ -66,6 +66,10 @@ callback VoidCallbackFunctionModules = void ();
|
| setter DOMString (unsigned long index, DOMString value);
|
| deleter boolean (unsigned long index);
|
|
|
| + // iterable<V> needs a "length" property accompanying the indexed property
|
| + // operations above.
|
| + readonly attribute unsigned long length;
|
| +
|
| // Anonymous named property operations
|
| getter DOMString (DOMString name);
|
| setter DOMString (DOMString name, DOMString value);
|
|
|