| Index: Source/core/html/forms/ValidationMessage.cpp
|
| diff --git a/Source/core/html/forms/ValidationMessage.cpp b/Source/core/html/forms/ValidationMessage.cpp
|
| index 78046464722525708059d86d852328735944ea5b..f78b43cf2d3c141ed00238109f41b1069e943c91 100644
|
| --- a/Source/core/html/forms/ValidationMessage.cpp
|
| +++ b/Source/core/html/forms/ValidationMessage.cpp
|
| @@ -46,8 +46,6 @@ ALWAYS_INLINE ValidationMessage::ValidationMessage(HTMLFormControlElement* eleme
|
|
|
| ValidationMessage::~ValidationMessage()
|
| {
|
| - if (ValidationMessageClient* client = validationMessageClient())
|
| - client->hideValidationMessage(*m_element);
|
| }
|
|
|
| PassOwnPtr<ValidationMessage> ValidationMessage::create(HTMLFormControlElement* element)
|
|
|