| Index: Source/core/html/forms/ValidationMessage.h
|
| diff --git a/Source/core/html/forms/ValidationMessage.h b/Source/core/html/forms/ValidationMessage.h
|
| index 5c4705594544fe0a5324e4bdc164efb818eec1ee..ea1be70409b6a71958236bf32f4cf4b7f10c11fa 100644
|
| --- a/Source/core/html/forms/ValidationMessage.h
|
| +++ b/Source/core/html/forms/ValidationMessage.h
|
| @@ -47,7 +47,7 @@ class ValidationMessage {
|
| public:
|
| static PassOwnPtr<ValidationMessage> create(HTMLFormControlElement*);
|
| ~ValidationMessage();
|
| - void updateValidationMessage(const String&);
|
| + void updateValidationMessage(const String&, bool);
|
| void requestToHideMessage();
|
| bool isVisible() const;
|
|
|
|
|