| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 8152b66d030cde9528cb00c441fc8f8c54808d8e..1972641b2dfdd36b00c96a7bb93b8e88dc96ad60 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -55,6 +55,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
|
| attribute long long longLongAttr;
|
| attribute unsigned long long unsignedLongLongAttr;
|
| attribute DOMString stringAttr;
|
| + attribute EventListener eventListenerAttr;
|
| [MeasureAs=TestFeature] attribute TestObject testObjAttr;
|
|
|
| // WK_ucfirst, WK_lcfirst exceptional cases.
|
|
|