Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
MozReview-Commit-ID: JtTcLL5OPF0
This commit is contained in:
@@ -332,7 +332,7 @@ JSObject*
|
||||
HTMLEmbedElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
||||
{
|
||||
JSObject* obj;
|
||||
obj = HTMLEmbedElementBinding::Wrap(aCx, this, aGivenProto);
|
||||
obj = HTMLEmbedElement_Binding::Wrap(aCx, this, aGivenProto);
|
||||
|
||||
if (!obj) {
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user