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 e9de0109b839f8b2d872a68740916f080b13b897..f1f6ca8bb34b7b7ef0017430deff6cba14fae150 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -467,6 +467,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), |