Index: Source/core/html/track/TextTrackList.idl |
diff --git a/Source/core/html/track/TextTrackList.idl b/Source/core/html/track/TextTrackList.idl |
index f9d982d77dbd7b561d1a30ac989e38753e501f57..de9d169115043adae7076af5a4967a369d25b859 100644 |
--- a/Source/core/html/track/TextTrackList.idl |
+++ b/Source/core/html/track/TextTrackList.idl |
@@ -29,7 +29,7 @@ |
] interface TextTrackList : EventTarget { |
readonly attribute unsigned long length; |
getter TextTrack item(unsigned long index); |
- TextTrack getTrackById(DOMString id); |
+ TextTrack? getTrackById(DOMString id); |
attribute EventHandler onaddtrack; |
attribute EventHandler onchange; |