DescriptionRemove WebInbandTextTrack::isDefault()
The spec only mentions the default attribute on track elements
(out-of-band text tracks), in-band tracks don't have this
concept.
Also, because InbandTextTrack doesn't actually implement
isDefault(), this is all dead code.
The Chromium implementation (WebInbandTextTrackImpl) always
returns false and can be removed after a Blink roll.
Also remove HTMLTrackElement::isDefault() and setIsDefault(),
which are dead code because [Reflect] is used in the IDL.
BUG=315270
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161396
Patch Set 1 #Patch Set 2 : remove more #
Messages
Total messages: 7 (0 generated)
|