| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| index 34afc49fb282579321f735944efbe8a00657acc2..e1c84d99c7efb4915a8c0ca3e5a75293d2fdb219 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
|
| @@ -525,7 +525,6 @@ protected:
|
| HashSet<UntracedMember<WebGLContextObject>> m_contextObjects;
|
| #endif
|
|
|
| - PersistentWillBeMember<WebGLRenderingContextLostCallback> m_contextLostCallbackAdapter;
|
| PersistentWillBeMember<WebGLRenderingContextErrorMessageCallback> m_errorMessageCallbackAdapter;
|
|
|
| // List of bound VBO's. Used to maintain info about sizes for ARRAY_BUFFER and stored values for ELEMENT_ARRAY_BUFFER
|
|
|