| Index: Source/core/html/canvas/WebGLSharedObject.h
|
| diff --git a/Source/core/html/canvas/WebGLSharedObject.h b/Source/core/html/canvas/WebGLSharedObject.h
|
| index 990c8ae1565949339baaf7b4b428c0e1a5c93a32..92c8681a7b1e7df4249013a3c520d9c9b53ac483 100644
|
| --- a/Source/core/html/canvas/WebGLSharedObject.h
|
| +++ b/Source/core/html/canvas/WebGLSharedObject.h
|
| @@ -54,6 +54,8 @@ public:
|
|
|
| void detachContextGroup();
|
|
|
| + virtual void trace(Visitor*) OVERRIDE;
|
| +
|
| protected:
|
| WebGLSharedObject(WebGLRenderingContextBase*);
|
|
|
| @@ -65,7 +67,7 @@ protected:
|
| virtual blink::WebGraphicsContext3D* getAWebGraphicsContext3D() const OVERRIDE FINAL;
|
|
|
| private:
|
| - WebGLContextGroup* m_contextGroup;
|
| + RawPtrWillBeMember<WebGLContextGroup> m_contextGroup;
|
| };
|
|
|
| } // namespace WebCore
|
|
|