| 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 0bfffb5fac9aa5ed6a14c1e077137c89d42c1a31..1429db445e1b53844228dcdf18a326b29529c7de 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -423,9 +423,8 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| "'Performance.onresourcetimingbufferfull'");
|
|
|
| case UseCounter::MediaStreamTrackGetSources:
|
| - return "MediaStreamTrack.getSources is deprecated. See "
|
| - "https://www.chromestatus.com/feature/4765305641369600 for more "
|
| - "details.";
|
| + return willBeRemoved("MediaStreamTrack.getSources", M56,
|
| + "4765305641369600");
|
|
|
| case UseCounter::WebAnimationHyphenatedProperty:
|
| return "Hyphenated property names in Web Animations keyframes are "
|
|
|