| Index: Source/core/html/track/vtt/VTTRegionList.h
|
| diff --git a/Source/core/html/track/vtt/VTTRegionList.h b/Source/core/html/track/vtt/VTTRegionList.h
|
| index 350fb6f2ef8aff5430e0b8ceb630d0dce76d31ca..d18ac97a8659a31c859e55bf81ca42f57206e45f 100644
|
| --- a/Source/core/html/track/vtt/VTTRegionList.h
|
| +++ b/Source/core/html/track/vtt/VTTRegionList.h
|
| @@ -55,7 +55,7 @@ public:
|
| private:
|
| VTTRegionList();
|
|
|
| - WillBeHeapVector<RefPtrWillBeMember<VTTRegion> > m_list;
|
| + WillBeHeapVector<RefPtrWillBeMember<VTTRegion>> m_list;
|
| };
|
|
|
| } // namespace blink
|
|
|