Index: Source/core/html/HTMLFormControlElement.cpp |
diff --git a/Source/core/html/HTMLFormControlElement.cpp b/Source/core/html/HTMLFormControlElement.cpp |
index 546f51e2ab5fa829b3f40acf6ca10ebe8e9d4516..76577b371a6f9924429f6341297bccc3fc9d6613 100644 |
--- a/Source/core/html/HTMLFormControlElement.cpp |
+++ b/Source/core/html/HTMLFormControlElement.cpp |
@@ -419,7 +419,8 @@ void HTMLFormControlElement::updateVisibleValidationMessage() |
if (message.isEmpty()) |
client->hideValidationMessage(*this); |
else |
- client->showValidationMessage(*this, message); |
+ client->showValidationMessage(*this, message, customError()); |
+ |
} |
void HTMLFormControlElement::hideVisibleValidationMessage() |