Index: Source/core/html/parser/HTMLElementStack.h |
diff --git a/Source/core/html/parser/HTMLElementStack.h b/Source/core/html/parser/HTMLElementStack.h |
index f6fbce3d1955b670e1b9fc3ff6c4c8257a346a3b..dd3497f931abccdfb2a9e5885c8fe72c3bbe8a21 100644 |
--- a/Source/core/html/parser/HTMLElementStack.h |
+++ b/Source/core/html/parser/HTMLElementStack.h |
@@ -49,7 +49,7 @@ public: |
HTMLElementStack(); |
~HTMLElementStack(); |
- class ElementRecord FINAL : public NoBaseWillBeGarbageCollected<ElementRecord> { |
+ class ElementRecord final : public NoBaseWillBeGarbageCollected<ElementRecord> { |
WTF_MAKE_NONCOPYABLE(ElementRecord); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |
#if !ENABLE(OILPAN) |