mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
Attempt to fix Windows bustage.
This commit is contained in:
parent
40f5e70cee
commit
7734c4c4c4
@ -100,7 +100,7 @@ nsCSSProps::ReleaseTable(void)
|
||||
}
|
||||
|
||||
struct CSSPropertyAlias {
|
||||
const char name[13];
|
||||
char name[13];
|
||||
nsCSSProperty id;
|
||||
};
|
||||
|
||||
|
@ -100,7 +100,7 @@ nsCSSProps::ReleaseTable(void)
|
||||
}
|
||||
|
||||
struct CSSPropertyAlias {
|
||||
const char name[13];
|
||||
char name[13];
|
||||
nsCSSProperty id;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user