| Index: third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| index c1244fc32b04b5ac0531def6f75cbdcbbe0b48fd..df7d9c84a9e8bbf29c7b4f661dec31201b58f1d1 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
|
| @@ -72,7 +72,7 @@ private:
|
| // the set of WebGLRenderingContextBase contexts becomes empty.
|
| HashSet<WebGLRenderingContextBase*> m_contexts;
|
| GC_PLUGIN_IGNORE("http://crbug.com/516610")
|
| - HashSet<WebGLSharedObject*> m_groupObjects;
|
| + HashSet<RawPtrWillBeUntracedMember<WebGLSharedObject>> m_groupObjects;
|
| };
|
|
|
| } // namespace blink
|
|
|