mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Better fix for build bustage from patch for bug 603844.
--HG-- extra : rebase_source : 39bcb6558ecd109c67166ea836b241a8215b7164
This commit is contained in:
parent
48776b91cf
commit
83940d7a6e
@ -155,7 +155,9 @@ txToDocHandlerFactory::createHandlerWith(txOutputFormat* aFormat,
|
||||
}
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
NS_RUNTIMEABORT("Unknown output method");
|
||||
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsresult
|
||||
@ -203,7 +205,9 @@ txToDocHandlerFactory::createHandlerWith(txOutputFormat* aFormat,
|
||||
}
|
||||
}
|
||||
|
||||
return NS_OK;
|
||||
NS_RUNTIMEABORT("Unknown output method");
|
||||
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
Loading…
Reference in New Issue
Block a user