| 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 d7500bd727499fe05dfefc4c626af9da114e225a..97a2585a221f482beace77d9bd4637ae8df5898a 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -394,10 +394,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature) {
|
| "-internal-media-controls-overlay-cast-button selector", M59,
|
| "5714245488476160");
|
|
|
| - case UseCounter::FileReaderSyncInServiceWorker:
|
| - return willBeRemoved("FileReaderSync in service workers", M59,
|
| - "5739144722513920");
|
| -
|
| case UseCounter::CSSZoomReset:
|
| return willBeRemoved("\"zoom: reset\"", M59, "4997605029314560");
|
|
|
|
|