| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index f5972c64070085e883e96563363867652c7fe6a3..1b3f2acbad839ed1353ef291d4ea52c8e97cca57 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -502,7 +502,8 @@ Document::Document(const DocumentInit& initializer,
|
| m_parserSyncPolicy(AllowAsynchronousParsing),
|
| m_nodeCount(0),
|
| m_wouldLoadReason(Created),
|
| - m_passwordCount(0) {
|
| + m_passwordCount(0),
|
| + m_engagementLevel(mojom::blink::EngagementLevel::NONE) {
|
| if (m_frame) {
|
| DCHECK(m_frame->page());
|
| provideContextFeaturesToDocumentFrom(*this, *m_frame->page());
|
|
|