| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index 15e6cebbc429398efbf3a6ddc767317c37af468f..9260aae97dc6430b1ed2733212cab5e5f1fce868 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -442,7 +442,6 @@ Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML)
|
| #ifndef NDEBUG
|
| , m_didDispatchViewportPropertiesChanged(false)
|
| #endif
|
| - , m_templateDocumentHost(0)
|
| , m_fontloader(0)
|
| , m_didAssociateFormControlsTimer(this, &Document::didAssociateFormControlsTimerFired)
|
| {
|
|
|