Index: Source/core/html/forms/PasswordInputType.cpp |
diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp |
index 9c448f3fc6a2fae0ce88eaa2021d9be8a78adb95..7e4309140f539a69f81cd7aef933d0e146a5c20c 100644 |
--- a/Source/core/html/forms/PasswordInputType.cpp |
+++ b/Source/core/html/forms/PasswordInputType.cpp |
@@ -148,4 +148,10 @@ void PasswordInputType::disableSecureTextInput() |
element().document().setUseSecureKeyboardEntryWhenActive(false); |
} |
+bool PasswordInputType::canSetValueAfterUserGesture() |
+{ |
+ return true; |
+} |
+ |
+ |
} // namespace WebCore |