| Index: Source/core/html/canvas/WebGLProgram.h
|
| diff --git a/Source/core/html/canvas/WebGLProgram.h b/Source/core/html/canvas/WebGLProgram.h
|
| index 9aa55e0f5ffe1c8244d61852a72ca0fed54517cc..69a464ae81cb6a6bab5b292098458d3b6383c848 100644
|
| --- a/Source/core/html/canvas/WebGLProgram.h
|
| +++ b/Source/core/html/canvas/WebGLProgram.h
|
| @@ -59,7 +59,7 @@ public:
|
| bool attachShader(WebGLShader*);
|
| bool detachShader(WebGLShader*);
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| explicit WebGLProgram(WebGLRenderingContextBase*);
|
|
|