| 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 3cb9fde8d42eb9011e7716b5163895afbfb887be..e3faf6e74814026c9a54ced85c8b8092832adb2b 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -394,12 +394,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
|
| "-internal-media-controls-overlay-cast-button selector", M59,
|
| "5714245488476160");
|
|
|
| - case UseCounter::kCSSZoomReset:
|
| - return willBeRemoved("\"zoom: reset\"", M59, "4997605029314560");
|
| -
|
| - case UseCounter::kCSSZoomDocument:
|
| - return willBeRemoved("\"zoom: document\"", M59, "4997605029314560");
|
| -
|
| case UseCounter::kSelectionAddRangeIntersect:
|
| return "The behavior that Selection.addRange() merges existing Range and "
|
| "the specified Range was removed. See "
|
|
|