| Index: Source/core/css/parser/CSSTokenizer-in.cpp
|
| diff --git a/Source/core/css/parser/CSSTokenizer-in.cpp b/Source/core/css/parser/CSSTokenizer-in.cpp
|
| index ca09bd9697e747dcb337a3b46da195fbfe971396..f7abffac9e35ef04e8578f173e0a3bca1330cccd 100644
|
| --- a/Source/core/css/parser/CSSTokenizer-in.cpp
|
| +++ b/Source/core/css/parser/CSSTokenizer-in.cpp
|
| @@ -1076,12 +1076,6 @@ inline void CSSTokenizer::detectAtToken(int length, bool hasEscape)
|
| if (LIKELY(!hasEscape && m_internal))
|
| m_token = INTERNAL_SELECTOR_SYM;
|
| }
|
| - CASE("-internal-medialist") {
|
| - if (!m_internal)
|
| - return;
|
| - m_parsingMode = MediaQueryMode;
|
| - m_token = INTERNAL_MEDIALIST_SYM;
|
| - }
|
| CASE("-internal-keyframe-rule") {
|
| if (LIKELY(!hasEscape && m_internal))
|
| m_token = INTERNAL_KEYFRAME_RULE_SYM;
|
|
|