mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-28 14:38:31 +00:00
Make MAX_CSS_VAR_LENGTH unsigned to avoid warnings.
Follow-up for #891. Tag #457.
This commit is contained in:
@@ -1551,7 +1551,7 @@ protected:
|
||||
nsCSSExpandedDataBlock mData;
|
||||
|
||||
// Value to make sure our resolved variable results stay within sane limits.
|
||||
const int32_t MAX_CSS_VAR_LENGTH = 10240;
|
||||
const uint32_t MAX_CSS_VAR_LENGTH = 10240;
|
||||
|
||||
public:
|
||||
// Used from nsCSSParser constructors and destructors
|
||||
|
||||
Reference in New Issue
Block a user