| Index: Source/core/svg/SVGMaskElement.cpp
|
| diff --git a/Source/core/svg/SVGMaskElement.cpp b/Source/core/svg/SVGMaskElement.cpp
|
| index 48e6c3a465db9578fbce635debbbd9dc7a7f8543..e62ca0ce856e3f0f6d3be6bccc4e027e42481470 100644
|
| --- a/Source/core/svg/SVGMaskElement.cpp
|
| +++ b/Source/core/svg/SVGMaskElement.cpp
|
| @@ -150,7 +150,7 @@ void SVGMaskElement::childrenChanged(const ChildrenChange& change)
|
| object->setNeedsLayoutAndFullPaintInvalidation();
|
| }
|
|
|
| -LayoutObject* SVGMaskElement::createLayoutObject(const LayoutStyle&)
|
| +LayoutObject* SVGMaskElement::createLayoutObject(const ComputedStyle&)
|
| {
|
| return new LayoutSVGResourceMasker(this);
|
| }
|
|
|