| Index: sky/engine/bindings/tests/idls/TestImplements.idl
|
| diff --git a/sky/engine/bindings/tests/idls/TestImplements.idl b/sky/engine/bindings/tests/idls/TestImplements.idl
|
| index ffe8372cc6be9687a1c8b7368dcceb2837571b95..83aacd3b64c3bb7abfc8996ed5244976d163bace 100644
|
| --- a/sky/engine/bindings/tests/idls/TestImplements.idl
|
| +++ b/sky/engine/bindings/tests/idls/TestImplements.idl
|
| @@ -34,7 +34,6 @@
|
| readonly attribute DOMString implementsReadonlyStringAttribute;
|
| attribute DOMString implementsStringAttribute;
|
| attribute Node implementsNodeAttribute;
|
| - attribute EventHandler implementsEventHandlerAttribute;
|
|
|
| void implementsVoidMethod();
|
| [CallWith=ExecutionContext, RaisesException] TestInterfaceEmpty implementsComplexMethod(DOMString strArg, TestInterfaceEmpty testInterfaceEmptyArg);
|
|
|