| Index: Source/WebCore/html/HTMLMediaElement.h
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLMediaElement.h (revision 141160)
|
| +++ Source/WebCore/html/HTMLMediaElement.h (working copy)
|
| @@ -72,7 +72,8 @@
|
| class InbandTextTrackPrivate;
|
|
|
| typedef PODIntervalTree<double, TextTrackCue*> CueIntervalTree;
|
| -typedef Vector<CueIntervalTree::IntervalType> CueList;
|
| +typedef CueIntervalTree::IntervalType CueInterval;
|
| +typedef Vector<CueInterval> CueList;
|
| #endif
|
|
|
| // FIXME: The inheritance from MediaPlayerClient here should be private inheritance.
|
|
|