Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ChildListMutationScope.h
index 2ce26de..0e5c070 100644 (file)
@@ -49,7 +49,7 @@ class MutationObserverInterestGroup;
 // active ChildListMutationScopes for that Node. Once the last ChildListMutationScope
 // is destructed the accumulator enqueues a mutation record for the recorded
 // mutations and the accumulator can be garbage collected.
-class ChildListMutationAccumulator FINAL : public RefCountedWillBeGarbageCollected<ChildListMutationAccumulator> {
+class ChildListMutationAccumulator final : public RefCountedWillBeGarbageCollected<ChildListMutationAccumulator> {
     DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ChildListMutationAccumulator);
 public:
     static PassRefPtrWillBeRawPtr<ChildListMutationAccumulator> getOrCreate(Node&);
@@ -87,7 +87,7 @@ private:
     unsigned m_mutationScopes;
 };
 
-class ChildListMutationScope FINAL {
+class ChildListMutationScope final {
     WTF_MAKE_NONCOPYABLE(ChildListMutationScope);
     STACK_ALLOCATED();
 public: