зеркало из https://github.com/mozilla/gecko-dev.git
Fixing more solaris bustage, jst, mcafee
This commit is contained in:
Родитель
7fcb3f3f8d
Коммит
2ec879cf41
|
@ -605,7 +605,7 @@ nsXBLService::LoadBindings(nsIContent* aContent, const nsAReadableString& aURL,
|
|||
// See if the URIs match.
|
||||
nsCAutoString uri;
|
||||
styleBinding->GetBindingURI(uri);
|
||||
if (uri.EqualsWithConversion(nsPromiseFlatString(aURL)))
|
||||
if (uri.EqualsWithConversion((const PRUnichar *) nsPromiseFlatString(aURL)))
|
||||
return NS_OK;
|
||||
else {
|
||||
FlushStyleBindings(aContent);
|
||||
|
|
|
@ -605,7 +605,7 @@ nsXBLService::LoadBindings(nsIContent* aContent, const nsAReadableString& aURL,
|
|||
// See if the URIs match.
|
||||
nsCAutoString uri;
|
||||
styleBinding->GetBindingURI(uri);
|
||||
if (uri.EqualsWithConversion(nsPromiseFlatString(aURL)))
|
||||
if (uri.EqualsWithConversion((const PRUnichar *) nsPromiseFlatString(aURL)))
|
||||
return NS_OK;
|
||||
else {
|
||||
FlushStyleBindings(aContent);
|
||||
|
|
Загрузка…
Ссылка в новой задаче