Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user