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 e6d6b6eb2f0cd68c53b41a7142f8aaed513e057d..ca7e0cc7963d48e4b8ac2516532d8e80aec7aa4e 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp |
@@ -328,7 +328,7 @@ void SVGUseElement::buildPendingResource() |
if (id.isEmpty()) |
return; |
- document().accessSVGExtensions().addPendingResource(id, this); |
+ treeScope().accessSVGTreeScopedResources().addPendingResource(id, this); |
ASSERT(hasPendingResources()); |
return; |
} |