Index: third_party/WebKit/Source/core/frame/UseCounter.cpp |
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
index 0303cfa0b1f5b6a64f42e6a7303342102681701e..8e65609f65e41de83e72a10607d5b498947a6ca7 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp |
@@ -974,6 +974,9 @@ String UseCounter::deprecationMessage(Feature feature) |
case 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 ObjectObserve: |
+ return willBeRemoved("'Object.observe'", 50, "6147094632988672"); |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |