| Index: Source/core/html/canvas/HitRegion.h
|
| diff --git a/Source/core/html/canvas/HitRegion.h b/Source/core/html/canvas/HitRegion.h
|
| index a0f14bf93abedeb955fa3eecf133581b3fda5af7..4303e3cede1844f8fc30e859c4afd37985f9c6c3 100644
|
| --- a/Source/core/html/canvas/HitRegion.h
|
| +++ b/Source/core/html/canvas/HitRegion.h
|
| @@ -37,7 +37,7 @@ public:
|
| Element* control() const { return m_control.get(); }
|
| WindRule fillRule() const { return m_fillRule; }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| HitRegion(const Path&, const HitRegionOptions&);
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| unsigned getHitRegionsCount() const;
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| HitRegionManager() { }
|
|
|