Index: Source/core/html/HTMLTrackElement.cpp |
diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp |
index 00231371f29abbb390559068a79d40348fd88eac..a52a403119dc42ebc19058df3b7d24e2adef1500 100644 |
--- a/Source/core/html/HTMLTrackElement.cpp |
+++ b/Source/core/html/HTMLTrackElement.cpp |
@@ -146,16 +146,6 @@ void HTMLTrackElement::setLabel(const String& label) |
setAttribute(labelAttr, label); |
} |
-bool HTMLTrackElement::isDefault() const |
-{ |
- return fastHasAttribute(defaultAttr); |
-} |
- |
-void HTMLTrackElement::setIsDefault(bool isDefault) |
-{ |
- setBooleanAttribute(defaultAttr, isDefault); |
-} |
- |
LoadableTextTrack* HTMLTrackElement::ensureTrack() |
{ |
if (!m_track) { |