| Index: third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| index e3df7ebc255c99e17c752764bdad926948706fa9..2f9514b77d54f65414fcfaff0ce395b375d33d93 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -312,9 +312,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::ElementCreateShadowRootMultiple:
|
| return "Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/4668884095336448 for more details.";
|
|
|
| - case UseCounter::ElementCreateShadowRootMultipleWithUserAgentShadowRoot:
|
| - return "Calling Element.createShadowRoot() for an element which already hosts a user-agent shadow root is deprecated. See https://www.chromestatus.com/features/4668884095336448 for more details.";
|
| -
|
| case UseCounter::CSSDeepCombinator:
|
| return "/deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.";
|
|
|
|
|