| Index: Source/WebCore/dom/Document.cpp
|
| diff --git a/Source/WebCore/dom/Document.cpp b/Source/WebCore/dom/Document.cpp
|
| index d57a23543fdbe148ae1ec1b947659eca6f2c54a8..dadc1de23ff12398431d1d7943a78e568fde1d29 100644
|
| --- a/Source/WebCore/dom/Document.cpp
|
| +++ b/Source/WebCore/dom/Document.cpp
|
| @@ -474,6 +474,7 @@ Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML)
|
| #endif
|
| , m_didAssociateFormControlsTimer(this, &Document::didAssociateFormControlsTimerFired)
|
| {
|
| + ScriptWrappable::init(this);
|
| m_printing = false;
|
| m_paginatedForScreen = false;
|
|
|
|
|