| Index: sky/engine/core/css/parser/CSSTokenizer-in.cpp
|
| diff --git a/sky/engine/core/css/parser/CSSTokenizer-in.cpp b/sky/engine/core/css/parser/CSSTokenizer-in.cpp
|
| index b4e47e51d4be6c307f039c0165bdffd6bff7ea85..246d25a553feccbc2f1e3968c5e3bcd70d1d2647 100644
|
| --- a/sky/engine/core/css/parser/CSSTokenizer-in.cpp
|
| +++ b/sky/engine/core/css/parser/CSSTokenizer-in.cpp
|
| @@ -843,9 +843,6 @@ inline void CSSTokenizer::detectNumberToken(CharacterType* type, int length)
|
| CASE("rad") {
|
| m_token = RADS;
|
| }
|
| - CASE("rem") {
|
| - m_token = REMS;
|
| - }
|
| CASE("s") {
|
| m_token = SECS;
|
| }
|
|
|