зеркало из https://github.com/mozilla/gecko-dev.git
fixing build bustage...
This commit is contained in:
Родитель
473fba6e09
Коммит
800f0c121d
|
@ -5575,7 +5575,7 @@ HTMLContentSink::ProcessSCRIPTTag(const nsIParserNode& aNode)
|
|||
rv = NS_NewTextNode(getter_AddRefs(text));
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
nsCOMPtr<nsIDOMText> tc(do_QueryInterface(text), &rv);
|
||||
nsCOMPtr<nsIDOMText> tc(do_QueryInterface(text, &rv));
|
||||
if (NS_OK == rv) {
|
||||
tc->SetData(script);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче