Bug 1168845 - Update WebGL interface names to follow the spec. r=smaug, r=dglastonbury
This commit is contained in:
@@ -16,7 +16,7 @@ namespace mozilla {
|
||||
JSObject*
|
||||
WebGLTimerQuery::WrapObject(JSContext* cx, JS::Handle<JSObject*> aGivenProto)
|
||||
{
|
||||
return dom::WebGLTimerQueryBinding::Wrap(cx, this, aGivenProto);
|
||||
return dom::WebGLTimerQueryEXTBinding::Wrap(cx, this, aGivenProto);
|
||||
}
|
||||
|
||||
WebGLTimerQuery::WebGLTimerQuery(WebGLContext* webgl, GLuint aName)
|
||||
|
||||
Reference in New Issue
Block a user