| Index: Source/core/dom/Attr.h
|
| diff --git a/Source/core/dom/Attr.h b/Source/core/dom/Attr.h
|
| index 6189d547507e6cf3d197d2f4851d1fa56012d960..d51e75698f5fdd357e27297522a964d9938d6a19 100644
|
| --- a/Source/core/dom/Attr.h
|
| +++ b/Source/core/dom/Attr.h
|
| @@ -81,7 +81,7 @@ private:
|
| virtual bool isAttributeNode() const OVERRIDE { return true; }
|
| virtual bool childTypeAllowed(NodeType) const OVERRIDE;
|
|
|
| - virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
| + virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
|
|
| Attribute& elementAttribute();
|
|
|
|
|