| Index: sky/engine/core/html/canvas/WebGLContextEvent.h
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextEvent.h b/sky/engine/core/html/canvas/WebGLContextEvent.h
|
| index 659ef27f8d1d5385310ca557cdcd8089c8f552ef..5fb3811a36f7ae469b360eb3d49911c7884df04f 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextEvent.h
|
| +++ b/sky/engine/core/html/canvas/WebGLContextEvent.h
|
| @@ -58,8 +58,6 @@ public:
|
|
|
| virtual const AtomicString& interfaceName() const override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| WebGLContextEvent();
|
| WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage);
|
|
|