| 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 8da87942ba8506bd00b605efd62971433dcad2f2..aef7cdb71777f930d026b03f6a7a51dddb1247c9 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -343,9 +343,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::V8TouchEvent_InitTouchEvent_Method:
|
| return replacedWillBeRemoved("'TouchEvent.initTouchEvent'", "the TouchEvent constructor", 53, "5730982598541312");
|
|
|
| - case UseCounter::SVGZoomEvent:
|
| - return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
|
| -
|
| case UseCounter::WebAnimationHyphenatedProperty:
|
| return "Hyphenated property names in Web Animations keyframes are invalid and therefore ignored. Please use camelCase instead.";
|
|
|
|
|