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

@@ -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)