summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/WebGLProgram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/WebGLProgram.cpp')
-rw-r--r--WebCore/html/canvas/WebGLProgram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/canvas/WebGLProgram.cpp b/WebCore/html/canvas/WebGLProgram.cpp
index 0853b67..e4ffa80 100644
--- a/WebCore/html/canvas/WebGLProgram.cpp
+++ b/WebCore/html/canvas/WebGLProgram.cpp
@@ -40,7 +40,7 @@ PassRefPtr<WebGLProgram> WebGLProgram::create(WebGLRenderingContext* ctx)
WebGLProgram::WebGLProgram(WebGLRenderingContext* ctx)
: WebGLObject(ctx)
- , m_linkFailure(false)
+ , m_linkStatus(false)
{
setObject(context()->graphicsContext3D()->createProgram());
}