| Index: Source/core/dom/Document.cpp
|
| diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
|
| index f86165bfacaabc8a39926d87b6606b118913880a..01aea7b01ff99c8dd1de261a3b59e7f80ead63db 100644
|
| --- a/Source/core/dom/Document.cpp
|
| +++ b/Source/core/dom/Document.cpp
|
| @@ -500,6 +500,7 @@ Document::Document(const DocumentInit& initializer, DocumentClassFlags documentC
|
| , m_referrerPolicy(ReferrerPolicyDefault)
|
| , m_directionSetOnDocumentElement(false)
|
| , m_writingModeSetOnDocumentElement(false)
|
| + , m_containsAnyRareWritingMode(false)
|
| , m_writeRecursionIsTooDeep(false)
|
| , m_writeRecursionDepth(0)
|
| , m_taskRunner(MainThreadTaskRunner::create(this))
|
|
|