| 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 1d02cf51a8f803f3045df673fe1cb1b8534986fd..505e4a0610d282ef48d9d41f2a86729a22dbe13f 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -465,6 +465,7 @@ Document::Document(const DocumentInit& initializer,
|
| m_hasXMLDeclaration(0),
|
| m_designMode(false),
|
| m_isRunningExecCommand(false),
|
| + m_hasReceivedUserGesture(false),
|
| m_hasAnnotatedRegions(false),
|
| m_annotatedRegionsDirty(false),
|
| m_useSecureKeyboardEntryWhenActive(false),
|
|
|