| 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 f42226205775d7df98216f125d44c20a63f005cc..0c89b7298a91699595e1b8eda55046e28c74563a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -453,7 +453,6 @@ Document::Document(const DocumentInit& initializer,
|
| m_hasXMLDeclaration(0),
|
| m_designMode(false),
|
| m_isRunningExecCommand(false),
|
| - m_hasReceivedUserGesture(false),
|
| m_hasAnnotatedRegions(false),
|
| m_annotatedRegionsDirty(false),
|
| m_documentClasses(documentClasses),
|
|
|