Index: mojo/apps/js/bindings/gl/context.cc |
diff --git a/mojo/apps/js/bindings/gl/context.cc b/mojo/apps/js/bindings/gl/context.cc |
index 18c37e793d256da32bd5db0876f34ae72b936177..250c6f8a01c11b5486a43baf3521bc872a20b210 100644 |
--- a/mojo/apps/js/bindings/gl/context.cc |
+++ b/mojo/apps/js/bindings/gl/context.cc |
@@ -157,7 +157,6 @@ Context::Context(v8::Isolate* isolate, |
context_ = MojoGLES2CreateContext( |
handle.value(), |
&ContextLostThunk, |
- NULL, |
this); |
MojoGLES2MakeCurrent(context_); |
} |