Bug 355300 There should be only one nsGkAtoms creature

r=dbaron


git-svn-id: svn://10.0.0.236/trunk@217425 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-12-26 17:47:52 +00:00
parent 6eb41c6e0e
commit c778d21502
274 changed files with 4014 additions and 4151 deletions

View File

@@ -78,7 +78,7 @@
#include "nsICSSParser.h"
#include "nsICSSImportRule.h"
#include "nsThreadUtils.h"
#include "nsHTMLAtoms.h"
#include "nsGkAtoms.h"
#ifdef MOZ_XUL
#include "nsIXULPrototypeCache.h"
@@ -868,7 +868,7 @@ CSSLoaderImpl::IsAlternate(const nsAString& aTitle, PRBool aHasAlternateRel)
// XXXbz maybe this should be checking IsVoid(), actually, since the
// preferred set can be explicitly set to the empty string. Look into
// this.
mDocument->SetHeaderData(nsHTMLAtoms::headerDefaultStyle, aTitle);
mDocument->SetHeaderData(nsGkAtoms::headerDefaultStyle, aTitle);
// We're definitely not an alternate
return PR_FALSE;
}