| 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 0896ff9e9cee421fb405448c28f13cebbbb36b34..efda275544b26e10c0d9b54789e4e30707001c57 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -376,9 +376,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::NavigatorPointerEnabled:
|
| return "Navigator.pointerEnabled is a non-standard API added for experiments only. It will be removed in near future.";
|
|
|
| - case UseCounter::WebAudioAutoplayCrossOriginIframe:
|
| - return willBeRemoved("Web Audio autoplay (without user gesture) from cross origin iframes", 55, "6406908126691328");
|
| -
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|