Bug 323910: Merge atom lists in gklayout

r/sr=jst
This commit is contained in:
cvshook@sicking.cc
2006-01-19 00:58:12 +00:00
parent 4a9c32b220
commit ed4f29bd68
70 changed files with 1464 additions and 2641 deletions

View File

@@ -478,7 +478,7 @@ nsNode3Tearoff::LookupPrefix(const nsAString& aNamespaceURI,
aNamespaceURI, eCaseMatters)) {
// If the localName is "xmlns", the prefix we output should be
// null.
if (name->LocalName() != nsLayoutAtoms::xmlnsNameSpace) {
if (name->LocalName() != nsLayoutAtoms::xmlns) {
name->LocalName()->ToString(aPrefix);
}
@@ -4131,7 +4131,7 @@ nsGenericElement::SetAttrAndNotify(PRInt32 aNamespaceID,
}
if (aNamespaceID == kNameSpaceID_XMLEvents &&
aName == nsHTMLAtoms::_event && mNodeInfo->GetDocument()) {
aName == nsHTMLAtoms::event && mNodeInfo->GetDocument()) {
mNodeInfo->GetDocument()->AddXMLEventsContent(this);
}