| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index a638701429ac1ff8e1556f7eed5a08fc8bae0652..09d551fa25551180c457d8d629abc7365908bc32 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -920,6 +920,12 @@ public:
|
| CSSSelectorInternalMediaControlsCastButton = 1063,
|
| CSSSelectorInternalMediaControlsOverlayCastButton = 1064,
|
| CSSSelectorInternalPseudoSpatialNavigationFocus = 1065,
|
| + SameOriginTextScript = 1066,
|
| + SameOriginApplicationScript = 1067,
|
| + SameOriginOtherScript = 1068,
|
| + CrossOriginTextScript = 1069,
|
| + CrossOriginApplicationScript = 1070,
|
| + CrossOriginOtherScript = 1071,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|