| 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 533fd1ef4d35a911f53c975d35759d41fd8d92f7..cfc806b5fba2e101d09b32e6990a3c9bbf88f9b6 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| @@ -71,8 +71,6 @@ private:
|
|
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
|
|
| - void updateLabel(TreeScope&, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue);
|
| -
|
| bool m_processingClick;
|
| };
|
|
|
|
|