| Index: Source/core/html/HTMLTitleElement.h
|
| diff --git a/Source/core/html/HTMLTitleElement.h b/Source/core/html/HTMLTitleElement.h
|
| index 76f2e6bfb9fb4475fe301455b2371ed3babe8b96..8da3be97241b94cd3932c589bfa9a57ae9b82a30 100644
|
| --- a/Source/core/html/HTMLTitleElement.h
|
| +++ b/Source/core/html/HTMLTitleElement.h
|
| @@ -38,7 +38,7 @@ private:
|
|
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
| + virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
|
|
| bool m_ignoreTitleUpdatesWhenChildrenChange;
|
| };
|
|
|