| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index be81d141c0b1f3fc25a1d9bdc473b2c5aabab58f..24625317b106b1216be7a93d9d8fa9dccb24d798 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -510,6 +510,7 @@ Document::Document(const DocumentInit& initializer, DocumentClassFlags documentC
|
| , m_didAssociateFormControlsTimer(this, &Document::didAssociateFormControlsTimerFired)
|
| , m_hasViewportUnits(false)
|
| , m_styleRecalcElementCounter(0)
|
| + , m_warnAboutSyncXHROnce(false)
|
| {
|
| if (m_frame) {
|
| ASSERT(m_frame->page());
|
|
|