| 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 e749d8dc8f364cd4e70ea78f030dda94d2892bdc..181f9bb6eacc1504fc913df0c7d4181a3f5de144 100644
|
| --- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
|
| @@ -388,12 +388,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
|
| case UseCounter::During_Microtask_SyncXHR:
|
| return willBeRemoved("Invoking 'send()' on a sync XHR during microtask execution", 53, "5647113010544640");
|
|
|
| - case UseCounter::URLMethodCreateObjectURLServiceWorker:
|
| - return willBeRemoved("The 'URL.createObjectURL' method in Service Workers", 52, "5685092332601344");
|
| -
|
| - case UseCounter::URLMethodRevokeObjectURLServiceWorker:
|
| - return willBeRemoved("The 'URL.revokeObjectURL' method in Service Workers", 52, "5685092332601344");
|
| -
|
| case UseCounter::MediaStreamOnEnded:
|
| return replacedWillBeRemoved("The MediaStream 'ended' event", "the MediaStream 'inactive' event", 53, "5730404371791872");
|
|
|
|
|