| Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
 | 
| index 9ee80dc49e16bb5601c9842621a5ecdb7bbaacce..77e9e72d4934614581e8cdd9e9817e15880f114b 100644
 | 
| --- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
 | 
| +++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp
 | 
| @@ -2450,6 +2450,8 @@ bool CSSPropertyParser::ParseShorthand(CSSPropertyID unresolved_property,
 | 
|        return Consume4Values(scrollPaddingShorthand(), important);
 | 
|      case CSSPropertyScrollSnapMargin:
 | 
|        return Consume4Values(scrollSnapMarginShorthand(), important);
 | 
| +    case CSSPropertyScrollBoundaryBehavior:
 | 
| +      return Consume2Values(scrollBoundaryBehaviorShorthand(), important);
 | 
|      default:
 | 
|        return false;
 | 
|    }
 | 
| 
 |