mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Bug 1423781 - Remove nsVoidableString. r=njn
--HG-- extra : rebase_source : 25d33d7d8096cb888767d00dcda821275e9906db
This commit is contained in:
parent
9c38308878
commit
922fd574f8
@ -207,7 +207,7 @@ nsresult XPathEvaluatorParseContext::resolveNamespacePrefix
|
||||
aPrefix->ToString(prefix);
|
||||
}
|
||||
|
||||
nsVoidableString ns;
|
||||
nsAutoString ns;
|
||||
if (mResolver) {
|
||||
ErrorResult rv;
|
||||
mResolver->LookupNamespaceURI(prefix, ns, rv);
|
||||
|
@ -150,8 +150,6 @@ private:
|
||||
};
|
||||
|
||||
// the following are included/declared for backwards compatibility
|
||||
typedef nsAutoString nsVoidableString;
|
||||
|
||||
#include "nsDependentString.h"
|
||||
#include "nsLiteralString.h"
|
||||
#include "nsPromiseFlatString.h"
|
||||
|
Loading…
Reference in New Issue
Block a user