| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 804915bbf35fa489dc832942bd8a768838fa46de..57ff27779d088ea3a27105e75a7099c8a85f215f 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -578,4 +578,6 @@ interface TestObject {
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] short methodForPrivateScriptOnly(short value1, short value2);
|
| [ImplementedInPrivateScript, OnlyExposedToPrivateScript] attribute DOMString attributeForPrivateScriptOnly;
|
| [ImplementedInPrivateScript] attribute TestEnum enumForPrivateScript;
|
| +
|
| + maplike<long, DOMString>;
|
| };
|
|
|