From b4cd20848c15486c0cc1668901d49becfe836554 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Sat, 11 Mar 2000 10:53:02 +0000 Subject: [PATCH] Making unix happy. --- content/xbl/src/nsXBLBinding.cpp | 2 +- layout/xbl/src/nsXBLBinding.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/xbl/src/nsXBLBinding.cpp b/content/xbl/src/nsXBLBinding.cpp index e09c163c6be..93fb9ef37be 100644 --- a/content/xbl/src/nsXBLBinding.cpp +++ b/content/xbl/src/nsXBLBinding.cpp @@ -356,7 +356,7 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement) nsCOMPtr attr(do_QueryInterface(attribute)); nsAutoString name; attr->GetName(name); - if (name != L"excludes") { + if (name != "excludes") { nsAutoString value; nsCOMPtr element(do_QueryInterface(mBoundElement)); element->GetAttribute(name, value); diff --git a/layout/xbl/src/nsXBLBinding.cpp b/layout/xbl/src/nsXBLBinding.cpp index e09c163c6be..93fb9ef37be 100644 --- a/layout/xbl/src/nsXBLBinding.cpp +++ b/layout/xbl/src/nsXBLBinding.cpp @@ -356,7 +356,7 @@ nsXBLBinding::GenerateAnonymousContent(nsIContent* aBoundElement) nsCOMPtr attr(do_QueryInterface(attribute)); nsAutoString name; attr->GetName(name); - if (name != L"excludes") { + if (name != "excludes") { nsAutoString value; nsCOMPtr element(do_QueryInterface(mBoundElement)); element->GetAttribute(name, value);