| Index: Source/bindings/tests/idls/TestImplements.idl
|
| diff --git a/Source/bindings/tests/idls/TestImplements.idl b/Source/bindings/tests/idls/TestImplements.idl
|
| index 71c01e34239418e6533821aead1cf39cbafdee59..eaaedcf5e647fe47216fb891e79c092e7e20a9b7 100644
|
| --- a/Source/bindings/tests/idls/TestImplements.idl
|
| +++ b/Source/bindings/tests/idls/TestImplements.idl
|
| @@ -35,6 +35,7 @@ interface TestImplements {
|
| attribute DOMString implementsStr2;
|
| [Custom] attribute DOMString implementsStr3;
|
| attribute Node implementsNode;
|
| + attribute EventHandler eventHandlerAttribute;
|
|
|
| void implementsMethod1();
|
| [CallWith=ExecutionContext, RaisesException] TestObject implementsMethod2(DOMString strArg, TestObject objArg);
|
|
|