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

Unified Diff: Source/core/html/track/TextTrackCueList.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/track/TextTrackCueList.h
diff --git a/Source/core/html/track/TextTrackCueList.h b/Source/core/html/track/TextTrackCueList.h
index b209fcf6e26aa51863d89477d85da07063262eb8..b59552b516bf2453a6182dc8155dc0b88042108d 100644
--- a/Source/core/html/track/TextTrackCueList.h
+++ b/Source/core/html/track/TextTrackCueList.h
@@ -47,7 +47,7 @@ public:
unsigned long getCueIndex(TextTrackCue*) const;
TextTrackCue* item(unsigned index) const;
- TextTrackCue* getCueById(const String&) const;
+ TextTrackCue* getCueById(const AtomicString&) const;
TextTrackCueList* activeCues();
bool add(PassRefPtr<TextTrackCue>);

Powered by Google App Engine
This is Rietveld 408576698