| Index: third_party/WebCore/css/CSSPrimitiveValue.idl
|
| diff --git a/third_party/WebCore/css/CSSPrimitiveValue.idl b/third_party/WebCore/css/CSSPrimitiveValue.idl
|
| index 60fe46ef4c69b8db5725456432c1d17da66f87dc..c3bc0b546b6964b7a12bc46e50a6d9772054b788 100644
|
| --- a/third_party/WebCore/css/CSSPrimitiveValue.idl
|
| +++ b/third_party/WebCore/css/CSSPrimitiveValue.idl
|
| @@ -51,6 +51,7 @@
|
| const unsigned short CSS_VW = 26;
|
| const unsigned short CSS_VH = 27;
|
| const unsigned short CSS_VMIN = 28;
|
| + const unsigned short CSS_VMAX = 29;
|
|
|
| readonly attribute unsigned short primitiveType;
|
|
|
|
|