changed all html atoms to lower case
git-svn-id: svn://10.0.0.236/trunk@20542 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -75,7 +75,7 @@ void nsLayoutAtoms::AddrefAtoms()
|
||||
|
||||
commentTagName = NS_NewAtom("__moz_comment");
|
||||
textTagName = NS_NewAtom("__moz_text");
|
||||
viewportPseudo = NS_NewAtom(":-MOZ-VIEWPORT"); // XXX lower case
|
||||
viewportPseudo = NS_NewAtom(":-moz-viewport");
|
||||
}
|
||||
++gRefCnt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user