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

Unified Diff: third_party/WebKit/Source/core/html/TextControlElement.h

Issue 2561043002: Clean-up after Form Association Refactoring (Closed)
Patch Set: Removed constructorNeedsFormElement from scripts and HTMLTagNames Created 4 years 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
Index: third_party/WebKit/Source/core/html/TextControlElement.h
diff --git a/third_party/WebKit/Source/core/html/TextControlElement.h b/third_party/WebKit/Source/core/html/TextControlElement.h
index 98247e0e261e676a83bcf0db74eabe045f3931ae..2d050e2bea7be1d2f6639bca7d8c30c81772e634 100644
--- a/third_party/WebKit/Source/core/html/TextControlElement.h
+++ b/third_party/WebKit/Source/core/html/TextControlElement.h
@@ -147,7 +147,7 @@ class CORE_EXPORT TextControlElement : public HTMLFormControlElementWithState {
static Position endOfSentence(const Position&);
protected:
- TextControlElement(const QualifiedName&, Document&, HTMLFormElement*);
+ TextControlElement(const QualifiedName&, Document&);
bool isPlaceholderEmpty() const;
virtual void updatePlaceholderText() = 0;

Powered by Google App Engine
This is Rietveld 408576698