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

@@ -147,7 +147,7 @@ HTMLStyleElement::BindToTree(nsIDocument* aDocument, nsIContent* aParent,
NS_ENSURE_SUCCESS(rv, rv);
void (HTMLStyleElement::*update)() = &HTMLStyleElement::UpdateStyleSheetInternal;
nsContentUtils::AddScriptRunner(NewRunnableMethod(this, update));
nsContentUtils::AddScriptRunner(NS_NewRunnableMethod(this, update));
return rv;
}