| Index: sky/engine/bindings/tests/idls/TestInterfaceNode.idl
|
| diff --git a/sky/engine/bindings/tests/idls/TestInterfaceNode.idl b/sky/engine/bindings/tests/idls/TestInterfaceNode.idl
|
| index 25c62a5bf7702edaffece6ae47495dba5975bab9..e95ce7a289f5da15033fe58a8661b570b6c88579 100644
|
| --- a/sky/engine/bindings/tests/idls/TestInterfaceNode.idl
|
| +++ b/sky/engine/bindings/tests/idls/TestInterfaceNode.idl
|
| @@ -31,7 +31,6 @@
|
| interface TestInterfaceNode : Node {
|
| attribute DOMString stringAttribute;
|
| readonly attribute TestInterfaceEmpty readonlyTestInterfaceEmptyAttribute;
|
| - attribute EventHandler eventHandlerAttribute;
|
| [PerWorldBindings] readonly attribute TestInterfaceEmpty perWorldBindingsReadonlyTestInterfaceEmptyAttribute;
|
| [Reflect] attribute DOMString reflectStringAttribute;
|
| [Reflect, URL] attribute DOMString reflectUrlStringAttribute;
|
|
|