| Index: third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| index 4a96746c2f11d7b6722ed3a16edf7668419ee91c..d28fbdee07798ba9efce65d76b94415a8361821f 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| @@ -64,7 +64,7 @@ protected:
|
| WebGraphicsContext3D* getAWebGraphicsContext3D() const final;
|
|
|
| private:
|
| - RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
|
| + Member<WebGLRenderingContextBase> m_context;
|
| };
|
|
|
| } // namespace blink
|
|
|