| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index 3f2d1ecc874ff9bb546119d116e76226d35da889..49a0cea18977e461e1de473bb82369cae8d5b7a9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -493,7 +493,7 @@ void SVGUseElement::toClipPath(Path& path) const
|
|
|
| const SVGGraphicsElement* element = targetGraphicsElementForClipping();
|
|
|
| - if (!element)
|
| + if (!element || !element->layoutObject())
|
| return;
|
|
|
| if (element->isSVGGeometryElement()) {
|
|
|