Index: third_party/WebKit/Source/core/html/forms/InputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
index fe24b7fac52d754288b84fe4bbf6ee936b39eba8..dffeacf8981505c6693568b41d319830d05ce2e0 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
@@ -518,6 +518,11 @@ bool InputType::canBeSuccessfulSubmitButton() |
return false; |
} |
+bool InputType::matchesDefaultPseudoClass() |
+{ |
+ return false; |
+} |
+ |
bool InputType::layoutObjectIsNeeded() |
{ |
return true; |