| Index: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| index 05f34990b621ef4b688365ad63ef979baacbb049..696f96b3fb10bc3d014e533717fa70f33f244c71 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h
|
| @@ -311,9 +311,6 @@ protected:
|
| GLint m_unpackSkipPixels;
|
| GLint m_unpackSkipRows;
|
| GLint m_unpackSkipImages;
|
| -
|
| - ScopedPersistent<v8::Array> m_samplerWrappers;
|
| - ScopedPersistent<v8::Array> m_queryWrappers;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(WebGL2RenderingContextBase, CanvasRenderingContext, context,
|
|
|