Chromium Code Reviews| Index: Source/core/html/canvas/WebGLProgram.h |
| diff --git a/Source/core/html/canvas/WebGLProgram.h b/Source/core/html/canvas/WebGLProgram.h |
| index aa343fb7b561c3d4012dcad09aeb0c511bb769a0..f68b33048ae0f01290c586f0fc2249a0a32ee1b7 100644 |
| --- a/Source/core/html/canvas/WebGLProgram.h |
| +++ b/Source/core/html/canvas/WebGLProgram.h |
| @@ -46,7 +46,6 @@ public: |
| bool isUsingVertexAttrib0(); |
| bool linkStatus(); |
| - void setLinkStatus(bool); |
| unsigned linkCount() const { return m_linkCount; } |