| Index: Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| index 7ddc285e89e794d6d34080d18c4ce8f2ce20fdd7..0b6ed2538dcc95431d8421afd415c41a3501dadb 100644
|
| --- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| +++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| @@ -113,11 +113,6 @@ namespace WTF {
|
|
|
| template<>
|
| struct VectorTraits<blink::WebGLVertexArrayObjectOES::VertexAttribState> : SimpleClassVectorTraits<blink::WebGLVertexArrayObjectOES::VertexAttribState> {
|
| - // Specialization needed as the VertexAttribState's struct fields
|
| - // aren't handled as desired by the IsPod() trait.
|
| -#if ENABLE(OILPAN)
|
| - static const bool needsDestruction = false;
|
| -#endif
|
| // Must use the constructor.
|
| static const bool canInitializeWithMemset = false;
|
| static const bool canCopyWithMemcpy = true;
|
|
|