| 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 7dbd45056f737e167590e260cbae541a2d4144b8..b9d0ff385642d88f55a65c64e752bc44d5864c93 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -382,13 +382,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| case UseCounter::VRDeprecatedGetPose:
|
| return replacedBy("VRDisplay.getPose()", "VRDisplay.getFrameData()");
|
|
|
| - case UseCounter::HTMLEmbedElementLegacyCall:
|
| - return willBeRemoved("HTMLEmbedElement legacy caller", M58,
|
| - "5715026367217664");
|
| -
|
| - case UseCounter::HTMLObjectElementLegacyCall:
|
| - return willBeRemoved("HTMLObjectElement legacy caller", M58,
|
| - "5715026367217664");
|
| case UseCounter::
|
| ServiceWorkerRespondToNavigationRequestWithRedirectedResponse:
|
| return String::format(
|
|
|