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 3d38bd6d0db07fa38e392fd7846bc2e89b230393..3b113be70548186567fdd4ecff57a6e9af988aac 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -457,6 +457,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), |