Index: Source/core/css/parser/MediaQueryToken.h |
diff --git a/Source/core/css/parser/MediaQueryToken.h b/Source/core/css/parser/MediaQueryToken.h |
index 4629ef346611fee206a3d4275db00c9834009745..156ff79fc2aa0934a4c52d36c8815646f943ff17 100644 |
--- a/Source/core/css/parser/MediaQueryToken.h |
+++ b/Source/core/css/parser/MediaQueryToken.h |
@@ -23,8 +23,12 @@ enum MediaQueryTokenType { |
CommaToken = 9, |
LeftParenthesisToken = 10, |
RightParenthesisToken = 11, |
- EOFToken = 12, |
- CommentToken = 13, |
+ LeftBracketToken = 12, |
+ RightBracketToken = 13, |
+ LeftBraceToken = 14, |
+ RightBraceToken = 15, |
+ EOFToken = 16, |
+ CommentToken = 17, |
}; |
enum NumericValueType { |