| 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 ab4370b6f94e5dc5cd55890252cad1a0a6d71dde..2eb92b60e75e38af3e915a959ec7c0e408c8151d 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -383,12 +383,6 @@ String Deprecation::DeprecationMessage(UseCounter::Feature feature) {
|
| "-internal-media-controls-overlay-cast-button selector", M61,
|
| "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 "
|
|
|