Chromium Code Reviews| Index: Source/bindings/tests/idls/TestExtendedEvent.idl |
| diff --git a/Source/bindings/tests/idls/TestExtendedEvent.idl b/Source/bindings/tests/idls/TestExtendedEvent.idl |
| index fd30168aa039a98f7898f47ca2d38cb1eed67e33..e7280f1696c839d5aca8065f5745cb842ed0e1a5 100644 |
| --- a/Source/bindings/tests/idls/TestExtendedEvent.idl |
| +++ b/Source/bindings/tests/idls/TestExtendedEvent.idl |
| @@ -28,7 +28,10 @@ |
| [ |
| Conditional=TEST, |
| ImplementedAs=Event, |
| - EnabledAtRuntime=test |
| + EnabledAtRuntime=test, |
| + ConstructorTemplate=Event |
| ] interface TestExtendedEvent |
| : TestEvent { |
| + [InitializedByEventConstructor] readonly attribute unsigned long location; |
|
ojan
2013/07/24 03:43:30
extra spaces?
|
| + [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation; |
| }; |