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 9e5e64b08cf2840bfc0c71672bf701e39fd2af4b..88b4f866939ea0fde304c87b11a8b787cc5be7af 100644 |
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp |
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp |
@@ -346,6 +346,9 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) |
case UseCounter::ObjectObserve: |
return willBeRemoved("'Object.observe'", 50, "6147094632988672"); |
+ case UseCounter::SVGZoomEvent: |
+ return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528"); |
+ |
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |