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

Unified Diff: third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/svg/SVGRadialGradientElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp b/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp
index 39d82f2a524916398a0f814ed49c3b8d87aee692..cdce8947091c53aaa989c497758cef19bb282c0e 100644
--- a/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGRadialGradientElement.cpp
@@ -138,7 +138,7 @@ bool SVGRadialGradientElement::collectGradientAttributes(RadialGradientAttribute
if (!layoutObject())
return false;
- WillBeHeapHashSet<RawPtrWillBeMember<SVGGradientElement>> processedGradients;
+ HeapHashSet<Member<SVGGradientElement>> processedGradients;
SVGGradientElement* current = this;
setGradientAttributes(current, attributes);
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGRadialGradientElement.h ('k') | third_party/WebKit/Source/core/svg/SVGRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698