Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger

This commit is contained in:
Boris Zbarsky
2013-04-25 12:29:54 -04:00
parent d6d6ee4d61
commit ebafdd1727
257 changed files with 442 additions and 302 deletions

View File

@@ -423,7 +423,7 @@ AudioBufferSourceNode::~AudioBufferSourceNode()
}
JSObject*
AudioBufferSourceNode::WrapObject(JSContext* aCx, JSObject* aScope)
AudioBufferSourceNode::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aScope)
{
return AudioBufferSourceNodeBinding::Wrap(aCx, aScope, this);
}