| Index: Source/core/html/forms/SubmitInputType.h
|
| diff --git a/Source/core/html/forms/SubmitInputType.h b/Source/core/html/forms/SubmitInputType.h
|
| index 0f04d2b26e4ccc1b69d512fb82d6f07947f7af73..d352eaedc6aba198a5f7ecf04016a9a862e35ff4 100644
|
| --- a/Source/core/html/forms/SubmitInputType.h
|
| +++ b/Source/core/html/forms/SubmitInputType.h
|
| @@ -48,6 +48,7 @@ private:
|
| virtual bool canBeSuccessfulSubmitButton() override;
|
| virtual String defaultValue() const override;
|
| virtual bool isTextButton() const override;
|
| + virtual void valueAttributeChanged() override;
|
| };
|
|
|
| } // namespace blink
|
|
|