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>); |