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

Unified Diff: Source/core/html/track/TextTrack.cpp

Issue 60203008: Remove the mode getter/setter for in-band text tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « Source/core/html/track/TextTrack.h ('k') | Source/platform/graphics/media/InbandTextTrackPrivate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrack.cpp
diff --git a/Source/core/html/track/TextTrack.cpp b/Source/core/html/track/TextTrack.cpp
index f07ea38d87c8004e94e936b86e1ba9f64d6b31e6..158854631722483e78015fb56cdd8423b8937c6d 100644
--- a/Source/core/html/track/TextTrack.cpp
+++ b/Source/core/html/track/TextTrack.cpp
@@ -102,7 +102,7 @@ TextTrack::TextTrack(Document& document, TextTrackClient* client, const AtomicSt
, m_mediaElement(0)
, m_label(label)
, m_language(language)
- , m_mode(disabledKeyword().string())
+ , m_mode(disabledKeyword())
, m_client(client)
, m_trackType(type)
, m_readinessState(NotLoaded)
« no previous file with comments | « Source/core/html/track/TextTrack.h ('k') | Source/platform/graphics/media/InbandTextTrackPrivate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698