| Index: Source/core/css/MediaQueryExp.h
|
| diff --git a/Source/core/css/MediaQueryExp.h b/Source/core/css/MediaQueryExp.h
|
| index 157a9c55db6e8b5df2e5803e478c5985d290c68b..053de3343c973a14760fab5c3a2475f5848e9e84 100644
|
| --- a/Source/core/css/MediaQueryExp.h
|
| +++ b/Source/core/css/MediaQueryExp.h
|
| @@ -49,7 +49,6 @@ struct MediaQueryExpValue {
|
| bool isID;
|
| bool isValue;
|
| bool isRatio;
|
| - bool isInteger;
|
|
|
| MediaQueryExpValue()
|
| : id(CSSValueInvalid)
|
| @@ -60,7 +59,6 @@ struct MediaQueryExpValue {
|
| , isID(false)
|
| , isValue(false)
|
| , isRatio(false)
|
| - , isInteger(false)
|
| {
|
| }
|
|
|
|
|