Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
MozReview-Commit-ID: JtTcLL5OPF0
This commit is contained in:
@@ -32,7 +32,7 @@ namespace dom {
|
||||
JSObject*
|
||||
HTMLScriptElement::WrapNode(JSContext *aCx, JS::Handle<JSObject*> aGivenProto)
|
||||
{
|
||||
return HTMLScriptElementBinding::Wrap(aCx, this, aGivenProto);
|
||||
return HTMLScriptElement_Binding::Wrap(aCx, this, aGivenProto);
|
||||
}
|
||||
|
||||
HTMLScriptElement::HTMLScriptElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo,
|
||||
|
||||
Reference in New Issue
Block a user