| Index: Source/core/html/canvas/CanvasStyle.h
|
| diff --git a/Source/core/html/canvas/CanvasStyle.h b/Source/core/html/canvas/CanvasStyle.h
|
| index e8190cbfe193e583d0bef5a4ea159449b501b35f..cdcb7f673a533019c8fdbebd93fab353090d987b 100644
|
| --- a/Source/core/html/canvas/CanvasStyle.h
|
| +++ b/Source/core/html/canvas/CanvasStyle.h
|
| @@ -55,7 +55,7 @@ namespace blink {
|
|
|
| bool isEquivalentRGBA(RGBA32 rgba) const { return m_type == ColorRGBA && m_rgba == rgba; }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| enum Type { ColorRGBA, Gradient, ImagePattern };
|
|
|