| 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 12c8c1fed2cdfb402a2004e50a4c61f2dee2b863..842323c14ff3aa722898239596cdcb79b3f59af3 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextObject.h
|
| @@ -64,7 +64,7 @@ protected:
|
| gpu::gles2::GLES2Interface* getAGLInterface() const final;
|
|
|
| private:
|
| - RawPtrWillBeMember<WebGLRenderingContextBase> m_context;
|
| + Member<WebGLRenderingContextBase> m_context;
|
| };
|
|
|
| } // namespace blink
|
|
|