Index: Source/core/html/forms/PasswordInputType.cpp |
diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp |
index e6b6402b4e159812aa13b024ffe5c1b47795370f..4c974f03c21a4d4e9ae677eb49d39bceb694c4c4 100644 |
--- a/Source/core/html/forms/PasswordInputType.cpp |
+++ b/Source/core/html/forms/PasswordInputType.cpp |
@@ -33,6 +33,7 @@ |
#include "core/html/forms/PasswordInputType.h" |
#include "core/InputTypeNames.h" |
+#include "core/dom/Document.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/forms/FormController.h" |
#include "wtf/Assertions.h" |