зеркало из https://github.com/mozilla/gecko-dev.git
OS/2 and AIX bustage
This commit is contained in:
Родитель
26aea873ac
Коммит
443ef94c0c
|
@ -438,7 +438,7 @@ nsXULContentUtils::MakeElementID(nsIDocument* aDocument, const nsAReadableString
|
|||
|
||||
// XXX FIX ME to not do a copy
|
||||
nsAutoString str(aURI);
|
||||
if (str.Find(spec) == 0) {
|
||||
if (str.Find(spec.get()) == 0) {
|
||||
#ifdef USE_BROKEN_RELATIVE_PARSING
|
||||
static const PRInt32 kFudge = 1; // XXX assume '#'
|
||||
#else
|
||||
|
|
Загрузка…
Ссылка в новой задаче