зеркало из https://github.com/mozilla/pjs.git
Making unix happy.
This commit is contained in:
Родитель
d89b5f25d0
Коммит
b4cd20848c
|
@ -356,7 +356,7 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement)
|
|||
nsCOMPtr<nsIDOMAttr> attr(do_QueryInterface(attribute));
|
||||
nsAutoString name;
|
||||
attr->GetName(name);
|
||||
if (name != L"excludes") {
|
||||
if (name != "excludes") {
|
||||
nsAutoString value;
|
||||
nsCOMPtr<nsIDOMElement> element(do_QueryInterface(mBoundElement));
|
||||
element->GetAttribute(name, value);
|
||||
|
|
|
@ -356,7 +356,7 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement)
|
|||
nsCOMPtr<nsIDOMAttr> attr(do_QueryInterface(attribute));
|
||||
nsAutoString name;
|
||||
attr->GetName(name);
|
||||
if (name != L"excludes") {
|
||||
if (name != "excludes") {
|
||||
nsAutoString value;
|
||||
nsCOMPtr<nsIDOMElement> element(do_QueryInterface(mBoundElement));
|
||||
element->GetAttribute(name, value);
|
||||
|
|
Загрузка…
Ссылка в новой задаче