| Index: Source/core/loader/TextTrackLoader.h
|
| diff --git a/Source/core/loader/TextTrackLoader.h b/Source/core/loader/TextTrackLoader.h
|
| index 2f4a0237f73ed5d44a31c442419181a6076fce00..a0e28fc13ca2ee446b9332f0d3dcda0e11c41d6e 100644
|
| --- a/Source/core/loader/TextTrackLoader.h
|
| +++ b/Source/core/loader/TextTrackLoader.h
|
| @@ -62,7 +62,7 @@ public:
|
| enum State { Idle, Loading, Finished, Failed };
|
| State loadState() { return m_state; }
|
|
|
| - void getNewCues(Vector<RefPtr<TextTrackCue> >& outputCues);
|
| + void getNewCues(Vector<RefPtr<VTTCue> >& outputCues);
|
| void getNewRegions(Vector<RefPtr<VTTRegion> >& outputRegions);
|
| private:
|
|
|
|
|