Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index 1972641b2dfdd36b00c96a7bb93b8e88dc96ad60..b1d95854cbe9796034566175058c4b92d0c281d5 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -55,7 +55,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2); |
attribute long long longLongAttr; |
attribute unsigned long long unsignedLongLongAttr; |
attribute DOMString stringAttr; |
- attribute EventListener eventListenerAttr; |
+ attribute EventHandler eventHandlerAttr; |
[MeasureAs=TestFeature] attribute TestObject testObjAttr; |
// WK_ucfirst, WK_lcfirst exceptional cases. |