| Index: Source/core/html/track/TextTrackCueList.cpp
|
| diff --git a/Source/core/html/track/TextTrackCueList.cpp b/Source/core/html/track/TextTrackCueList.cpp
|
| index 43fa9b55c40fb28c8393ea86a0faafa464681150..5e9b7c717850d4b835a7e93e15d5286663831a4b 100644
|
| --- a/Source/core/html/track/TextTrackCueList.cpp
|
| +++ b/Source/core/html/track/TextTrackCueList.cpp
|
| @@ -51,7 +51,7 @@ TextTrackCue* TextTrackCueList::item(unsigned index) const
|
| return 0;
|
| }
|
|
|
| -TextTrackCue* TextTrackCueList::getCueById(const String& id) const
|
| +TextTrackCue* TextTrackCueList::getCueById(const AtomicString& id) const
|
| {
|
| for (size_t i = 0; i < m_list.size(); ++i) {
|
| if (m_list[i]->id() == id)
|
|
|