Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp

Issue 2107153002: SVG object with same idrefs get conflicted even they are under different shadow root Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename the method in TreeScope class Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp b/third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp
index d4fd2509f80728601384d0f033abf2eb699f8b15..b8623654ed608e9d0c6174fcdd4bb6ca5d11107b 100644
--- a/third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp
@@ -77,7 +77,7 @@ SVGFilterElement* ReferenceFilterBuilder::resolveFilterReference(const Reference
if (!filter) {
// Although we did not find the referenced filter, it might exist later
// in the document.
- treeScope->document().accessSVGExtensions().addPendingResource(filterOperation.fragment(), &element);
+ treeScope->accessSVGTreeScopedResources().addPendingResource(filterOperation.fragment(), &element);
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698