| 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 d95e6a18bdfcd8f7197900c3bc4edc665c2cc288..3e1d9ceb9f38fa390ef42f466a51ae779ce1500d 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElement.h
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.h
|
| @@ -151,9 +151,7 @@ class CORE_EXPORT TextControlElement : public HTMLFormControlElementWithState {
|
| bool isPlaceholderEmpty() const;
|
| virtual void updatePlaceholderText() = 0;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| void restoreCachedSelection();
|
|
|
|
|