Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Unified Diff: Source/web/WebInputElement.cpp

Issue 234803004: Wrap isActivatedSubmit() in WebFormControlElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove IsActivatedsumbit() in webInputElement Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebFormControlElement.cpp ('k') | public/web/WebFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/web/WebFormControlElement.cpp ('k') | public/web/WebFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698