| Index: third_party/WebCore/css/CSSRule.idl
|
| diff --git a/third_party/WebCore/css/CSSRule.idl b/third_party/WebCore/css/CSSRule.idl
|
| index 05854a27a2d4b4d21944af59d56542d401867fff..79215cb4a06fefe84a373becb874955e9db75b42 100644
|
| --- a/third_party/WebCore/css/CSSRule.idl
|
| +++ b/third_party/WebCore/css/CSSRule.idl
|
| @@ -40,7 +40,7 @@ module css {
|
| const unsigned short WEBKIT_KEYFRAMES_RULE = 7;
|
| const unsigned short WEBKIT_KEYFRAME_RULE = 8;
|
| #if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS
|
| - const unsigned short WEBKIT_REGION_RULE = 10;
|
| + const unsigned short WEBKIT_REGION_RULE = 16;
|
| #endif
|
|
|
| readonly attribute unsigned short type;
|
|
|