From 085fe1062624b5a32e84c91f9392377a5cfd7e4d Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Wed, 22 Dec 2010 19:25:48 -0800 Subject: [PATCH] [no bug]; update webgl test; a=npotb --- .../webgl/conformance/glsl-2types-of-textures-on-same-unit.html | 1 - 1 file changed, 1 deletion(-) diff --git a/content/canvas/test/webgl/conformance/glsl-2types-of-textures-on-same-unit.html b/content/canvas/test/webgl/conformance/glsl-2types-of-textures-on-same-unit.html index d92c4c897211..4fb11b92bc86 100644 --- a/content/canvas/test/webgl/conformance/glsl-2types-of-textures-on-same-unit.html +++ b/content/canvas/test/webgl/conformance/glsl-2types-of-textures-on-same-unit.html @@ -60,7 +60,6 @@ function init() gl = initWebGL("example", "vshader", "fshader", [ "vPosition", "texCoord0"], [ 0, 0, 0, 1 ], 1); - gl = WebGLDebugUtils.makeDebugContext(gl); gl.disable(gl.DEPTH_TEST); gl.disable(gl.BLEND);