Bug 665070 - part 4: rename mSynthesizedGLError to mWebGLError - r=jrmuizel

This commit is contained in:
Benoit Jacob
2011-07-07 20:01:16 -04:00
parent 18aeb29ce9
commit f8357d23cf
5 changed files with 11 additions and 11 deletions

View File

@@ -476,7 +476,7 @@ WebGLContext::InitAndValidateGL()
}
mActiveTexture = 0;
mSynthesizedGLError = LOCAL_GL_NO_ERROR;
mWebGLError = LOCAL_GL_NO_ERROR;
mAttribBuffers.Clear();