зеркало из https://github.com/mozilla/gecko-dev.git
Remove const that doesn't make any sense. b=364049 r=bzbarsky
This commit is contained in:
Родитель
6c8e16048d
Коммит
0d6dad433e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче