Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1062)

Unified Diff: core/html/track/TrackEvent.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/html/track/TextTrackList.idl ('k') | core/html/track/TrackEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/track/TrackEvent.idl
diff --git a/core/html/track/TrackEvent.idl b/core/html/track/TrackEvent.idl
index 38ad03dcdd86414d1802890bc9275901dcc3c088..29066ef8178fda7731e77df78e5e9ffda48039e2 100644
--- a/core/html/track/TrackEvent.idl
+++ b/core/html/track/TrackEvent.idl
@@ -23,8 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://html.spec.whatwg.org/multipage/embedded-content.html#the-trackevent-interface
+
[
- EventConstructor,
+ Constructor(DOMString type, optional TrackEventInit eventInitDict),
] interface TrackEvent : Event {
- [InitializedByEventConstructor, Custom=Getter] readonly attribute object track;
-};
+ readonly attribute (VideoTrack or AudioTrack or TextTrack)? track;
+};
« no previous file with comments | « core/html/track/TextTrackList.idl ('k') | core/html/track/TrackEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698