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

Unified Diff: third_party/WebKit/Source/core/svg/SVGUnitTypes.h

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/SVGUnitTypes.h
diff --git a/third_party/WebKit/Source/core/svg/SVGUnitTypes.h b/third_party/WebKit/Source/core/svg/SVGUnitTypes.h
index b08400457c5c3047391e1db278c9bb90ac6c8d32..2ae0953b0b71ef5ba4d2f116483a9ed879ee1baf 100644
--- a/third_party/WebKit/Source/core/svg/SVGUnitTypes.h
+++ b/third_party/WebKit/Source/core/svg/SVGUnitTypes.h
@@ -27,7 +27,7 @@
namespace blink {
-class SVGUnitTypes final : public RefCountedWillBeGarbageCollected<SVGUnitTypes>, public ScriptWrappable {
+class SVGUnitTypes final : public GarbageCollected<SVGUnitTypes>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
enum SVGUnitType {
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGURIReference.h ('k') | third_party/WebKit/Source/core/svg/SVGUnitTypes.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698