| 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 6fa6249400fec9c0ea96c506d0da999a5317c2ba..0e3bb59e86932efd0cca3002707a44ba74c9a07b 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");
|
|
|
|
|