| Index: third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLabelElement.h b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| index 4eea330524d09ea84cce3ee0aeb4ab35d92aad10..42c88a5893c45e90cd7ff1b749c1ee4300855cc3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| @@ -59,10 +59,6 @@ private:
|
|
|
| void focus(const FocusParams&) override;
|
|
|
| - void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| -
|
| - void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);
|
| -
|
| bool m_processingClick;
|
| };
|
|
|
|
|