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 74f4e4dab664d5558f2ef2b857a4fec9e79f2f50..57920fa8d498284a2aa133fa6faa20062e0629e5 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -341,12 +341,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::V8TouchEvent_InitTouchEvent_Method: |
return replacedWillBeRemoved("'TouchEvent.initTouchEvent'", "the TouchEvent constructor", 53, "5730982598541312"); |
- case UseCounter::RTCPeerConnectionCreateAnswerLegacyNoFailureCallback: |
- return "RTCPeerConnection.CreateAnswer without a failure callback is deprecated. The failure callback will be a required parameter in M50. See https://www.chromestatus.com/feature/5663288008376320 for more details"; |
- |
- case UseCounter::RTCPeerConnectionCreateOfferLegacyNoFailureCallback: |
- return "RTCPeerConnection.CreateOffer without a failure callback is deprecated. The failure callback will be a required parameter in M50. See https://www.chromestatus.com/feature/5663288008376320 for more details"; |
- |
case UseCounter::ObjectObserve: |
return willBeRemoved("'Object.observe'", 50, "6147094632988672"); |