| 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;
|
|
|
|
|