mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
Fix build bustage
This commit is contained in:
parent
93b376884b
commit
a1a598d228
@ -1226,7 +1226,7 @@ nsDocument::SetHeaderData(nsIAtom* aHeaderField, const nsAString& aData)
|
||||
// document creation and not do all these null-checks all over?
|
||||
nsICSSLoader* cssLoader = GetCSSLoader();
|
||||
if (!cssLoader) {
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
return;
|
||||
}
|
||||
cssLoader->SetPreferredSheet(aData);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user