| Index: Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| index faa4a3a655c50d1e9f8539101ffdca8bf80946b4..71d595562f0419b203d80773e96da2725c7a1454 100644
|
| --- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| +++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
|
| @@ -106,7 +106,7 @@ private:
|
|
|
| namespace WTF {
|
| template<>
|
| -struct VectorTraits<WebCore::WebGLVertexArrayObjectOES::VertexAttribState> : SimpleClassVectorTraits<WebCore::WebGLVertexArrayObjectOES::VertexAttribState> {
|
| +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)
|
|
|