Index: Source/core/html/HTMLStyleElement.cpp |
diff --git a/Source/core/html/HTMLStyleElement.cpp b/Source/core/html/HTMLStyleElement.cpp |
index bd8f0c0a8d9f6884e15aea30ea536183d8b2f7ed..064e1bebedfc1f3f800bcaa189ba4bf2445033c1 100644 |
--- a/Source/core/html/HTMLStyleElement.cpp |
+++ b/Source/core/html/HTMLStyleElement.cpp |
@@ -201,7 +201,7 @@ void HTMLStyleElement::removedFrom(const Handle<ContainerNode>& insertionPoint) |
StyleElement::removedFromDocument(document(), this); |
} |
-void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLStyleElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta) |
{ |
HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |
StyleElement::childrenChanged(this); |