| 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 e749d8dc8f364cd4e70ea78f030dda94d2892bdc..96a90448551dc66ec5b70acb2837b13e3a455dd0 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::ResultsAttribute:
|
| return willBeRemoved("'results' attribute", 53, "5738199536107520");
|
|
|
| - case UseCounter::TouchDragUserGestureUsedCrossOrigin:
|
| - return willBeRemoved("Performing sensitive operations in iframes on touch events which don't represent a tap gesture", 52, "5649871251963904");
|
| -
|
| 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));
|
|
|
|
|