Commit c3dfc115 authored by philipj@opera.com's avatar philipj@opera.com

Make TextTrackCue's readonly attribute TextTrack? track nullable

http://whatwg.org/html#texttrackcue

TEST=LayoutTests/media/track/opera/interfaces/TextTrackCue/track.html

Review URL: https://codereview.chromium.org/356903006

git-svn-id: svn://svn.chromium.org/blink/trunk@177168 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3cf101c1
......@@ -31,7 +31,7 @@
TypeChecking=Unrestricted,
WillBeGarbageCollected,
] interface TextTrackCue : EventTarget {
readonly attribute TextTrack track; // FIXME: should be nullable
readonly attribute TextTrack? track;
attribute DOMString id;
attribute double startTime;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment