| Index: Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl b/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
|
| index 03eddf1725b2e1c862dbc051f622286134a86d1f..031bcfb8e18ea950ae149ee929db627d74c2a56c 100644
|
| --- a/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfaceEventConstructor.idl
|
| @@ -29,7 +29,7 @@
|
| [
|
| EventConstructor,
|
| ] interface TestInterfaceEventConstructor : Event {
|
| - // Attributes
|
| - readonly attribute DOMString attr1;
|
| - [InitializedByEventConstructor] readonly attribute DOMString attr2;
|
| + readonly attribute DOMString readonlyStringAttribute;
|
| + [InitializedByEventConstructor] readonly attribute DOMString InitializedByEventConstructorReadonlyStringAttribute;
|
| + [InitializedByEventConstructor] readonly attribute any InitializedByEventConstructorReadonlyAnyAttribute;
|
| };
|
|
|