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