| Index: Source/core/svg/SVGFilterElement.h
|
| diff --git a/Source/core/svg/SVGFilterElement.h b/Source/core/svg/SVGFilterElement.h
|
| index 43c3bcf766233e8b68cc68838432050d9bd28ddc..d7a9317020775a602918f4f716478bc1891b8659 100644
|
| --- a/Source/core/svg/SVGFilterElement.h
|
| +++ b/Source/core/svg/SVGFilterElement.h
|
| @@ -59,7 +59,7 @@ private:
|
| virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0) OVERRIDE;
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
| - virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
| + virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return true; }
|
|
|
| virtual bool selfHasRelativeLengths() const OVERRIDE;
|
|
|
|
|