Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 66b88966a66b7eeb852f159804a2d893219e6b3c..2658256429c710984e8a89d91074959e3e2667e8 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; |