| Index: Source/core/html/HTMLFieldSetElement.h
|
| diff --git a/Source/core/html/HTMLFieldSetElement.h b/Source/core/html/HTMLFieldSetElement.h
|
| index bb6da9e2bc14dd35a2e66805555f23a39a2875fd..ba15cd516fb42a64de6d46dca1adfef19142fc2a 100644
|
| --- a/Source/core/html/HTMLFieldSetElement.h
|
| +++ b/Source/core/html/HTMLFieldSetElement.h
|
| @@ -53,7 +53,7 @@ private:
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual bool recalcWillValidate() const OVERRIDE { return false; }
|
| - virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE;
|
| + virtual void childrenChanged(const ChildrenChange&) OVERRIDE;
|
| virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
|
|
|
| static void invalidateDisabledStateUnder(Element&);
|
|
|