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 5feee4b76f70bcf1956d09c06e2a8827b395ef18..785e9c87cdfbe6f0db7b78caeb4fd871cbc2f956 100644 |
--- a/third_party/WebKit/Source/core/html/forms/InputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp |
@@ -689,7 +689,7 @@ bool InputType::supportsReadOnly() const |
String InputType::defaultToolTip() const |
{ |
- return String(); |
+ return validationMessage(); |
} |
Decimal InputType::findClosestTickMarkValue(const Decimal&) |