| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index 4739adf5ce49f62b9525670b396b7a85e4beb4cb..c65357ac0a60c9a730ad7c495afb23d3d175fbe0 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -40,6 +40,7 @@ public:
|
| virtual String contextName() const override { return "WebGLRenderingContext"; }
|
| virtual void registerContextExtensions() override;
|
|
|
| + EAGERLY_FINALIZE();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|