Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury

This commit is contained in:
Andrew Comminos
2015-06-01 10:17:00 -04:00
parent 542dbc9620
commit 7c424a6127
32 changed files with 96 additions and 98 deletions

View File

@@ -17,7 +17,7 @@ namespace mozilla {
JSObject*
WebGLVertexArray::WrapObject(JSContext* cx, JS::Handle<JSObject*> aGivenProto)
{
return dom::WebGLVertexArrayBinding::Wrap(cx, this, aGivenProto);
return dom::WebGLVertexArrayObjectOESBinding::Wrap(cx, this, aGivenProto);
}
WebGLVertexArray::WebGLVertexArray(WebGLContext* webgl)