Index: Source/core/html/HTMLScriptElement.cpp |
diff --git a/Source/core/html/HTMLScriptElement.cpp b/Source/core/html/HTMLScriptElement.cpp |
index 6e684388107e6aa0ed691b57af747a597c9d9e9a..f1566914b9fe6d87c2ceaf22587b55c92c99e14f 100644 |
--- a/Source/core/html/HTMLScriptElement.cpp |
+++ b/Source/core/html/HTMLScriptElement.cpp |
@@ -64,9 +64,9 @@ const QualifiedName& HTMLScriptElement::subResourceAttributeName() const |
return srcAttr; |
} |
-void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |
+void HTMLScriptElement::childrenChanged(const ChildrenChange& change) |
{ |
- HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); |
+ HTMLElement::childrenChanged(change); |
m_loader->childrenChanged(); |
} |