| Index: Source/core/html/canvas/WebGLExtension.h
|
| diff --git a/Source/core/html/canvas/WebGLExtension.h b/Source/core/html/canvas/WebGLExtension.h
|
| index c988d07224107a81183a087e683bb304830e14cb..bfabf5f9d9313127bb8a4cee11cb3d50ab6327d9 100644
|
| --- a/Source/core/html/canvas/WebGLExtension.h
|
| +++ b/Source/core/html/canvas/WebGLExtension.h
|
| @@ -45,7 +45,7 @@ public:
|
| bool isLost() { return !m_context; }
|
| WebGLRenderingContextBase* context() const { return m_context.get(); }
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| RefPtrWillBeMember<WebGLRenderingContextBase> m_context;
|
| @@ -67,7 +67,7 @@ public:
|
|
|
| bool isLost() { return !m_context; }
|
|
|
| - virtual void trace(Visitor*);
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| // For use by V8 bindings only.
|
| HTMLCanvasElement* canvas() const
|
|
|