| Index: Source/core/html/HTMLScriptElement.h
|
| diff --git a/Source/core/html/HTMLScriptElement.h b/Source/core/html/HTMLScriptElement.h
|
| index 9dbc0c86fa4060bd1c00c963c0bc9e9f2debf879..2afa31a100f9451334b83b76a7c6a88a345babac 100644
|
| --- a/Source/core/html/HTMLScriptElement.h
|
| +++ b/Source/core/html/HTMLScriptElement.h
|
| @@ -51,7 +51,7 @@ private:
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
| + virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
|
|