Index: third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
index d0154e8402b270efbe556a0c8595969ae0ad2336..c0127df275ccb55ab8d235c98a0d2c24d7b5138b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp |
@@ -93,7 +93,7 @@ void SVGFEImageElement::buildPendingResource() { |
if (id.isEmpty()) { |
fetchImageResource(); |
} else { |
- treeScope().ensureSVGTreeScopedResources().addPendingResource(id, this); |
+ treeScope().ensureSVGTreeScopedResources().addPendingResource(id, *this); |
DCHECK(hasPendingResources()); |
} |
} else if (target->isSVGElement()) { |