Chromium Code Reviews| Index: Source/core/frame/UseCounter.cpp |
| diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
| index c0f76a716c25d8d8fad864d87ab5d28365cb7bd0..a4373f5eff07459d30d3692f8bc09e37bfa209c0 100644 |
| --- a/Source/core/frame/UseCounter.cpp |
| +++ b/Source/core/frame/UseCounter.cpp |
| @@ -841,6 +841,8 @@ String UseCounter::deprecationMessage(Feature feature) |
| case AudioBufferSourceBufferOnce: |
| return "Setting AudioBufferSourceNode.buffer more than once is deprecated and will no longer work in Chrome 43."; |
| + case ServiceWorkerClientsGetAll: |
| + return "ServiceWorkerClients.getAll() is deprecated. Please use 'matchAll' instead"; |
|
Kunihiko Sakamoto
2015/02/09 10:34:51
The interface name exposed to user is not "Service
|
| // Features that aren't deprecated don't have a deprecation message. |
| default: |
| return String(); |