Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 80a40c86b72cc756647d22cb85f84c8fc131d626..48d4e117afcc6ccf9f1c728b329a8c76b0d2a751 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1245,7 +1245,7 @@ private: |
OwnPtrWillBeMember<StyleEngine> m_styleEngine; |
RefPtrWillBeMember<StyleSheetList> m_styleSheetList; |
- OwnPtr<FormController> m_formController; |
+ OwnPtrWillBeMember<FormController> m_formController; |
TextLinkColors m_textLinkColors; |
const OwnPtr<VisitedLinkState> m_visitedLinkState; |