| Index: page/DOMWindow.idl
|
| diff --git a/page/DOMWindow.idl b/page/DOMWindow.idl
|
| index 134e48db9319f2efb54558ed62e9e6885b7d76db..98374ccb9495f0b09e517b10be199e4638e841d6 100644
|
| --- a/page/DOMWindow.idl
|
| +++ b/page/DOMWindow.idl
|
| @@ -492,6 +492,7 @@
|
| [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackCueConstructor TextTrackCue; // Usable with the new operator
|
| [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackCueListConstructor TextTrackCueList;
|
| [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackListConstructor TextTrackList;
|
| + [Conditional=VIDEO_TRACK & WEBVTT_REGIONS, V8EnabledAtRuntime=webkitVideoTrack] attribute TextTrackRegionConstructor TextTrackRegion; // Usable with the new operator
|
| [Conditional=VIDEO_TRACK, V8EnabledAtRuntime=webkitVideoTrack] attribute TrackEventConstructor TrackEvent;
|
|
|
| [JSCustomGetter, Conditional=VIDEO, V8EnabledAtRuntime] attribute HTMLAudioElementConstructorConstructor Audio; // Usable with the new operator
|
|
|