| 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..e94b3c7ad2c3150c23be54d9b237cae92797ded9 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::DeprecateSVGZoomEvent:
|
| + return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|