Index: Source/core/loader/FormState.h |
diff --git a/Source/core/loader/FormState.h b/Source/core/loader/FormState.h |
index f6ce79ef66bfaab440fb2eb428aea3233b21cef8..54d819b4f3024d31b276b08aecbf90226d09600f 100644 |
--- a/Source/core/loader/FormState.h |
+++ b/Source/core/loader/FormState.h |
@@ -43,7 +43,7 @@ namespace blink { |
NotSubmittedByJavaScript |
}; |
- class FormState FINAL : public RefCountedWillBeGarbageCollected<FormState> { |
+ class FormState final : public RefCountedWillBeGarbageCollected<FormState> { |
public: |
static PassRefPtrWillBeRawPtr<FormState> create(HTMLFormElement&, FormSubmissionTrigger); |
void trace(Visitor*); |