| Index: Source/core/html/HTMLScriptElement.cpp
|
| diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp
|
| index 3b4ea3d453839a225095587aac0858dda9f51eb1..88828181d480e3111de9a596bc74f8c0993f3731 100644
|
| --- a/Source/core/html/HTMLScriptElement.cpp
|
| +++ b/Source/core/html/HTMLScriptElement.cpp
|
| @@ -53,7 +53,7 @@ bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const
|
| return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
|
| }
|
|
|
| -void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
|
| +void HTMLScriptElement::childrenChanged(bool changedByParser, const Handle<Node>& beforeChange, const Handle<Node>& afterChange, int childCountDelta)
|
| {
|
| HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
|
| ScriptElement::childrenChanged();
|
|
|