Index: Source/core/css/CSSTokenizer-in.cpp |
diff --git a/Source/core/css/CSSTokenizer-in.cpp b/Source/core/css/CSSTokenizer-in.cpp |
index c21cb67d5b5a26dde208ec133f8ba211736455ae..9c3fb0a771ba9cefc78639b74188eee04bf2973b 100644 |
--- a/Source/core/css/CSSTokenizer-in.cpp |
+++ b/Source/core/css/CSSTokenizer-in.cpp |
@@ -1007,10 +1007,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; |