| 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 7b2d9093f0aecb21784ae5b918f4d0518a8f67f3..0b5ce0dd87e465642f4e336b11ae104ec72dfec4 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -394,6 +394,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::URLMethodRevokeObjectURLServiceWorker:
|
| return willBeRemoved("The 'URL.revokeObjectURL' method in Service Workers", 52, "5685092332601344");
|
|
|
| + case UseCounter::MediaStreamOnEnded:
|
| + return replacedWillBeRemoved("The MediaStream 'ended' event", "the MediaStream 'inactive' event", 53, "5730404371791872");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|