| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index b1d95854cbe9796034566175058c4b92d0c281d5..4f51509d60d556344b646063901559b507ec77a8 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -37,7 +37,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
|
| [
|
| Constructor(TestCallback testCallback),
|
| ImplementedAs=TestObj
|
| -] interface TestObject {
|
| +] interface TestObject : EventTarget {
|
| // Attributes
|
| readonly attribute long readOnlyLongAttr;
|
| readonly attribute DOMString readOnlyStringAttr;
|
|
|