Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 7647cd84aa85dc877b922bf900340095b6a43cde..62f4902c9cc714665cd46ff365fdb794d89f7037 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1212,7 +1212,7 @@ private: |
AtomicString m_mimeType; |
RefPtrWillBeMember<DocumentType> m_docType; |
- OwnPtr<DOMImplementation> m_implementation; |
+ OwnPtrWillBeMember<DOMImplementation> m_implementation; |
RefPtrWillBeMember<CSSStyleSheet> m_elemSheet; |