Backed out changeset 85ce8cb0639a (bug 1268313)

This commit is contained in:
Carsten "Tomcat" Book
2016-04-29 14:21:16 +02:00
parent 3f12970bca
commit aadd508ffe
237 changed files with 1280 additions and 1046 deletions

View File

@@ -280,7 +280,7 @@ HTMLObjectElement::BindToTree(nsIDocument *aDocument,
// If we already have all the children, start the load.
if (mIsDoneAddingChildren && !pluginDoc) {
void (HTMLObjectElement::*start)() = &HTMLObjectElement::StartObjectLoad;
nsContentUtils::AddScriptRunner(NewRunnableMethod(this, start));
nsContentUtils::AddScriptRunner(NS_NewRunnableMethod(this, start));
}
return NS_OK;