Index: Source/core/html/HTMLFormControlElement.h |
diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
index d2f1fe9a595d6c732a7553d26de2a2a2cbef702f..055bcd14f17a3a3d0305993c7a63263f902ab510 100644 |
--- a/Source/core/html/HTMLFormControlElement.h |
+++ b/Source/core/html/HTMLFormControlElement.h |
@@ -94,6 +94,7 @@ public: |
// This must be called when a validation constraint or control value is changed. |
void setNeedsValidityCheck(); |
virtual void setCustomValidity(const String&) OVERRIDE FINAL; |
+ void findCustomValidationMessageTextDirection(const String& message, TextDirection &messageDir, String& subMessage, TextDirection& subMessageDir); |
bool isReadOnly() const { return m_isReadOnly; } |
bool isDisabledOrReadOnly() const { return isDisabledFormControl() || m_isReadOnly; } |