mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Fixed capitalization error.
This commit is contained in:
parent
4d5317bc3f
commit
c0e02d6247
@ -36,8 +36,8 @@ nsHTItem::nsHTItem(nsIContent* pContent, nsHierarchicalDataModel* pDataModel)
|
||||
mIndentationLevel = 0;
|
||||
|
||||
if (nsnull == kOpenAtom) {
|
||||
kOpenAtom = NS_NewAtom("open");
|
||||
kSelectedAtom = NS_NewAtom("open");
|
||||
kOpenAtom = NS_NewAtom("OPEN");
|
||||
kSelectedAtom = NS_NewAtom("OPEN");
|
||||
}
|
||||
else {
|
||||
NS_ADDREF(kOpenAtom);
|
||||
|
Loading…
x
Reference in New Issue
Block a user