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 424639ea00885eba1c3dca0641b41efd42579fb5..f3c49162d775db98c0e9923740fe4b2151a45a71 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -346,9 +346,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::ObjectObserve: |
return willBeRemoved("'Object.observe'", 50, "6147094632988672"); |
- 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."; |