Bug 1176668 - Fix overflow avoidance in numeric character reference handling. r=wchen.

This commit is contained in:
Henri Sivonen
2015-08-25 18:05:45 +03:00
parent d1bb36905e
commit c8c7896633
4 changed files with 109 additions and 47 deletions

View File

@@ -99,7 +99,6 @@ class nsHtml5Tokenizer
int32_t hi;
int32_t candidate;
int32_t charRefBufMark;
int32_t prevValue;
protected:
int32_t value;
private: