Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user