Remove const that doesn't make any sense. b=364049 r=bzbarsky

This commit is contained in:
dbaron%dbaron.org 2007-01-26 06:38:58 +00:00
Родитель 6c8e16048d
Коммит 0d6dad433e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3580,8 +3580,8 @@ PRBool CSSParserImpl::ParseEnum(nsresult& aErrorCode, nsCSSValue& aValue,
struct UnitInfo {
const char name[5]; // needs to be long enough for the longest unit, with
// terminating null.
char name[5]; // needs to be long enough for the longest unit, with
// terminating null.
PRUint32 length;
nsCSSUnit unit;
PRInt32 type;