| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 96fd8d4c30d2aa1db19e0f9fa4a39de805549d27..4cd90392dea791a4aa9110c8ce6fa005e7e56c75 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -99,5 +99,6 @@ interface TestObjectPython {
|
| [CustomGetter] readonly attribute long customGetterReadonlyLongAttribute;
|
| [Conditional=Condition, Custom] readonly attribute long customReadonlyLongAttribute;
|
| [Conditional=Condition, CustomGetter] readonly attribute long customGetterReadonlyLongAttribute;
|
| + [CustomElementCallbacks] readonly attribute long customElementsCallbacksReadonlyLongAttribute;
|
| [KeepAttributeAliveForGC] readonly attribute DocumentFragment readonlyDocumentFragmentAttribute;
|
| };
|
|
|