| Index: Source/core/css/CSSGradientValue.h
|
| diff --git a/Source/core/css/CSSGradientValue.h b/Source/core/css/CSSGradientValue.h
|
| index 71a45e5a61338170b67316f4648be5e19308888a..3c604cccff205a7b844ed82725bdb96aeb5ec399 100644
|
| --- a/Source/core/css/CSSGradientValue.h
|
| +++ b/Source/core/css/CSSGradientValue.h
|
| @@ -69,7 +69,7 @@ public:
|
| return !m_color;
|
| }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
| };
|
|
|
| } // namespace blink
|
| @@ -110,7 +110,7 @@ public:
|
|
|
| void loadSubimages(ResourceFetcher*) { }
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| + DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| protected:
|
| CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
|
| @@ -179,7 +179,7 @@ public:
|
|
|
| bool equals(const CSSLinearGradientValue&) const;
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| + DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
| CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
|
| @@ -226,7 +226,7 @@ public:
|
|
|
| bool equals(const CSSRadialGradientValue&) const;
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| + DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
| CSSRadialGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient)
|
|
|