Index: Source/core/css/CSSTokenizer-in.cpp |
diff --git a/Source/core/css/CSSTokenizer-in.cpp b/Source/core/css/CSSTokenizer-in.cpp |
index 45a4a0d327ee65fca2f14a907fa5e1c66a2b42f8..8a2edcadfb64f822e6c863402ef076be833d8e20 100644 |
--- a/Source/core/css/CSSTokenizer-in.cpp |
+++ b/Source/core/css/CSSTokenizer-in.cpp |
@@ -1013,10 +1013,6 @@ inline void CSSTokenizer::detectAtToken(int length, bool hasEscape) |
if (LIKELY(!hasEscape && m_internal)) |
m_token = INTERNAL_RULE_SYM; |
} |
- CASE("-webkit-region") { |
- if (LIKELY(!hasEscape)) |
- m_token = WEBKIT_REGION_RULE_SYM; |
- } |
CASE("-internal-decls") { |
if (LIKELY(!hasEscape && m_internal)) |
m_token = INTERNAL_DECLS_SYM; |