Index: core/html/track/TrackEvent.idl |
diff --git a/core/html/track/TrackEvent.idl b/core/html/track/TrackEvent.idl |
index 3a164cdb131ef31938530c62287ff2e496911618..eed92389f38962819fe653dcc39c0c7e4a8ddf79 100644 |
--- a/core/html/track/TrackEvent.idl |
+++ b/core/html/track/TrackEvent.idl |
@@ -25,8 +25,8 @@ |
[ |
RuntimeEnabled=VideoTrack, |
- ConstructorTemplate=Event |
+ EventConstructor, |
] interface TrackEvent : Event { |
- [InitializedByEventConstructor, CustomGetter] readonly attribute object track; |
+ [InitializedByEventConstructor, Custom=Getter] readonly attribute object track; |
}; |