| Index: third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| index 86e31a896f286933128bca991381e9970a96d07f..41858903ccb0f73b487ea96e374a710478a08d2b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
|
| @@ -994,6 +994,9 @@ String UseCounter::deprecationMessage(Feature feature)
|
| case ObjectObserve:
|
| return willBeRemoved("'Object.observe'", 50, "6147094632988672");
|
|
|
| + case DeprecateSVGZoomEvent:
|
| + return willBeRemoved("'SVGZoomEvent'", 52, "5760883808534528");
|
| +
|
| // Features that aren't deprecated don't have a deprecation message.
|
| default:
|
| return String();
|
|
|