| Index: sky/engine/core/html/canvas/WebGLContextEvent.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextEvent.cpp b/sky/engine/core/html/canvas/WebGLContextEvent.cpp
|
| index bceb93f829b53a95b0f4047d11dbe69a791504e4..12424ab6d268dd3698db8a38fcbfcd4ddb3655e0 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextEvent.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLContextEvent.cpp
|
| @@ -57,9 +57,4 @@ const AtomicString& WebGLContextEvent::interfaceName() const
|
| return EventNames::WebGLContextEvent;
|
| }
|
|
|
| -void WebGLContextEvent::trace(Visitor* visitor)
|
| -{
|
| - Event::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|