Bug 1423781 - Remove nsVoidableString. r=njn

--HG--
extra : rebase_source : 25d33d7d8096cb888767d00dcda821275e9906db
This commit is contained in:
Eric Rahm 2017-12-06 17:33:23 -08:00
parent 9c38308878
commit 922fd574f8
2 changed files with 1 additions and 3 deletions

View File

@ -207,7 +207,7 @@ nsresult XPathEvaluatorParseContext::resolveNamespacePrefix
aPrefix->ToString(prefix);
}
nsVoidableString ns;
nsAutoString ns;
if (mResolver) {
ErrorResult rv;
mResolver->LookupNamespaceURI(prefix, ns, rv);

View File

@ -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"