| 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 ccaf40425f9836d962293db62aee3c7a39079458..5dd36039fcc32ca43d2711d67eef61829735351f 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -676,7 +676,7 @@ public:
|
| ElementCreateShadowRootMultipleWithUserAgentShadowRoot = 800,
|
| InputTypeFileSecureOrigin = 801,
|
| InputTypeFileInsecureOrigin = 802,
|
| - ElementCreateShadowRootWithParameter = 804,
|
| + ElementAttachShadow = 804,
|
| V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805,
|
| V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806,
|
| V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807,
|
| @@ -780,8 +780,8 @@ public:
|
| ClientHintsMetaAcceptCH = 904,
|
| HTMLElementDeprecatedWidth = 905,
|
| ClientHintsContentDPR = 906,
|
| - ElementCreateShadowRootOpen = 907,
|
| - ElementCreateShadowRootClosed = 908,
|
| + ElementAttachShadowOpen = 907,
|
| + ElementAttachShadowClosed = 908,
|
| AudioParamSetValueAtTime = 909,
|
| AudioParamLinearRampToValueAtTime = 910,
|
| AudioParamExponentialRampToValueAtTime = 911,
|
|
|