| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| index 12c5a38e8e8e30fbd9ac252e5d9c363c32d80613..449a739d7ac709e469dde2c30986bd29f3552f3e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
| @@ -649,7 +649,7 @@ void writeResources(TextStream& ts, const LayoutObject& object, int indent)
|
| ts << " " << masker->resourceBoundingBox(&object) << "\n";
|
| }
|
| }
|
| - if (ClipPathOperation* clipPathOperation = svgStyle.clipPath()) {
|
| + if (ClipPathOperation* clipPathOperation = style.clipPath()) {
|
| if (clipPathOperation->type() == ClipPathOperation::REFERENCE) {
|
| const ReferenceClipPathOperation& clipPathReference = toReferenceClipPathOperation(*clipPathOperation);
|
| AtomicString id = SVGURIReference::fragmentIdentifierFromIRIString(clipPathReference.url(), object.document());
|
|
|