| Index: Source/web/WebInputElement.cpp
|
| diff --git a/Source/web/WebInputElement.cpp b/Source/web/WebInputElement.cpp
|
| index 58648d3836decf1592f4362479cdeb024266be24..744c312f4ec7a35f4ef1cf0e588c24f954a957bf 100644
|
| --- a/Source/web/WebInputElement.cpp
|
| +++ b/Source/web/WebInputElement.cpp
|
| @@ -82,11 +82,6 @@ int WebInputElement::maxLength() const
|
| return constUnwrap<HTMLInputElement>()->maxLength();
|
| }
|
|
|
| -bool WebInputElement::isActivatedSubmit() const
|
| -{
|
| - return constUnwrap<HTMLInputElement>()->isActivatedSubmit();
|
| -}
|
| -
|
| void WebInputElement::setActivatedSubmit(bool activated)
|
| {
|
| unwrap<HTMLInputElement>()->setActivatedSubmit(activated);
|
|
|