diff options
Diffstat (limited to 'WebCore/svg/SVGStyleElement.cpp')
-rw-r--r-- | WebCore/svg/SVGStyleElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGStyleElement.cpp b/WebCore/svg/SVGStyleElement.cpp index d997074..48fbe69 100644 --- a/WebCore/svg/SVGStyleElement.cpp +++ b/WebCore/svg/SVGStyleElement.cpp @@ -114,7 +114,7 @@ void SVGStyleElement::removedFromDocument() void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) { SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); - StyleElement::process(this); + StyleElement::process(this, 0); } StyleSheet* SVGStyleElement::sheet() |