| 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 fcdf95898631f5c57c195e561f6a048c430cfb1e..f94f63741398937bb0418f3219dc083d60b5f957 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLabelElement.h
|
| @@ -58,7 +58,7 @@ private:
|
| void accessKeyAction(bool sendMouseEvents) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void removedFrom(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*, Node*) override;
|
|
|
| // Overridden to update the hover/active state of the corresponding control.
|
| void setActive(bool = true) override;
|
|
|