Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / vtt / VTTRegionList.h
index 92fcba8..d18ac97 100644 (file)
@@ -34,7 +34,7 @@
 
 namespace blink {
 
-class VTTRegionList FINAL : public RefCountedWillBeGarbageCollected<VTTRegionList>, public ScriptWrappable {
+class VTTRegionList final : public RefCountedWillBeGarbageCollected<VTTRegionList>, public ScriptWrappable {
     DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<VTTRegionList> create()
@@ -55,7 +55,7 @@ public:
 private:
     VTTRegionList();
 
-    WillBeHeapVector<RefPtrWillBeMember<VTTRegion> > m_list;
+    WillBeHeapVector<RefPtrWillBeMember<VTTRegion>> m_list;
 };
 
 } // namespace blink