| Index: Source/core/svg/properties/SVGProperty.h
|
| diff --git a/Source/core/svg/properties/SVGProperty.h b/Source/core/svg/properties/SVGProperty.h
|
| index e918f53ca1c6a118417071fef988d6324eb7aebb..79c795d574babc9fd2b0f824532e2506ccc032da 100644
|
| --- a/Source/core/svg/properties/SVGProperty.h
|
| +++ b/Source/core/svg/properties/SVGProperty.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
| class SVGElement;
|
| class SVGAnimationElement;
|
|
|
| -class SVGPropertyBase : public RefCountedWillBeGarbageCollectedFinalized<SVGPropertyBase> {
|
| +class GC_PLUGIN_IGNORE("") SVGPropertyBase : public RefCountedWillBeGarbageCollectedFinalized<SVGPropertyBase> {
|
| WTF_MAKE_NONCOPYABLE(SVGPropertyBase);
|
|
|
| public:
|
| @@ -88,7 +88,7 @@ public:
|
| m_ownerList = ownerList;
|
| }
|
|
|
| - virtual void trace(Visitor* visitor)
|
| + DEFINE_INLINE_TRACE(virtual,)
|
| {
|
| visitor->trace(m_ownerList);
|
| }
|
|
|