| 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 96d16a6c7f8681e7e0b51befa1f57b000cbe2bf2..3fd4fb889d9b8ad52aebbc1d5211c44ca00d21d0 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -358,9 +358,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::HTMLKeygenElement:
|
| return willBeRemoved("The <keygen> element", 54, "5716060992962560");
|
|
|
| - case UseCounter::WebAnimationsEasingAsFunctionLinear:
|
| - return String::format("Specifying animation easing as a function is deprecated and all support will be removed in %s, at which point this will throw a TypeError. This warning may have been triggered by the Web Animations or Polymer polyfills. See http://crbug.com/601672 for details.", milestoneString(54));
|
| -
|
| case UseCounter::WindowPostMessageWithLegacyTargetOriginArgument:
|
| return replacedWillBeRemoved("'window.postMessage(message, transferables, targetOrigin)'", "'window.postMessage(message, targetOrigin, transferables)'", 54, "5719033043222528");
|
|
|
|
|