| 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 {
|
|
|