| Index: sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| diff --git a/sky/engine/core/html/canvas/WebGLContextObject.cpp b/sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| index b8316704b9f77ce20f5d270efdf3e888d63d7b80..22b2d0f69126c7fd42896d50ec5dcc63feb845bf 100644
|
| --- a/sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| +++ b/sky/engine/core/html/canvas/WebGLContextObject.cpp
|
| @@ -71,10 +71,4 @@ blink::WebGraphicsContext3D* WebGLContextObject::getAWebGraphicsContext3D() cons
|
| #endif
|
| }
|
|
|
| -void WebGLContextObject::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_context);
|
| - WebGLObject::trace(visitor);
|
| -}
|
| -
|
| }
|
|
|