Chromium Code Reviews

Unified Diff: Source/core/html/track/vtt/VTTParser.h

Issue 108313015: Make calls to AtomicString(const String&) explicit in html/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take feedback into consideration Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/html/track/vtt/VTTParser.h
diff --git a/Source/core/html/track/vtt/VTTParser.h b/Source/core/html/track/vtt/VTTParser.h
index df4e584cae96bfdada76062a346294908d2e74e0..65ae372c9be9d895207d02ef5baf851632eef0a4 100644
--- a/Source/core/html/track/vtt/VTTParser.h
+++ b/Source/core/html/track/vtt/VTTParser.h
@@ -137,7 +137,7 @@ private:
BufferedLineReader m_lineReader;
OwnPtr<TextResourceDecoder> m_decoder;
- String m_currentId;
+ AtomicString m_currentId;
double m_currentStartTime;
double m_currentEndTime;
StringBuilder m_currentContent;

Powered by Google App Engine