| Index: Source/core/loader/TextTrackLoader.h
|
| diff --git a/Source/core/loader/TextTrackLoader.h b/Source/core/loader/TextTrackLoader.h
|
| index 867cfcbc0025f2947e1f94b62e7c3ec4a4571ea2..2f4a0237f73ed5d44a31c442419181a6076fce00 100644
|
| --- a/Source/core/loader/TextTrackLoader.h
|
| +++ b/Source/core/loader/TextTrackLoader.h
|
| @@ -63,7 +63,7 @@ public:
|
| State loadState() { return m_state; }
|
|
|
| void getNewCues(Vector<RefPtr<TextTrackCue> >& outputCues);
|
| - void getNewRegions(Vector<RefPtr<TextTrackRegion> >& outputRegions);
|
| + void getNewRegions(Vector<RefPtr<VTTRegion> >& outputRegions);
|
| private:
|
|
|
| // RawResourceClient
|
|
|