| Index: Source/core/html/canvas/WebGLContextObject.h
|
| diff --git a/Source/core/html/canvas/WebGLContextObject.h b/Source/core/html/canvas/WebGLContextObject.h
|
| index db20c61f7787d42d1e3359476e18f8833b4be639..b89fc734d802489761e8aff9432e39c6525b9ddb 100644
|
| --- a/Source/core/html/canvas/WebGLContextObject.h
|
| +++ b/Source/core/html/canvas/WebGLContextObject.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| void detachContext();
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| explicit WebGLContextObject(WebGLRenderingContextBase*);
|
|
|