Index: Source/core/html/forms/FormController.h |
diff --git a/Source/core/html/forms/FormController.h b/Source/core/html/forms/FormController.h |
index d2e15867f58510a618b95f7cac888c0e6ff61d36..8f008b516595e2c0fcfab89a18824fb521768606 100644 |
--- a/Source/core/html/forms/FormController.h |
+++ b/Source/core/html/forms/FormController.h |
@@ -121,7 +121,7 @@ private: |
RadioButtonGroupScope m_radioButtonGroupScope; |
RefPtrWillBeMember<DocumentState> m_documentState; |
SavedFormStateMap m_savedFormStateMap; |
- OwnPtr<FormKeyGenerator> m_formKeyGenerator; |
+ OwnPtrWillBeMember<FormKeyGenerator> m_formKeyGenerator; |
}; |
} // namespace WebCore |