Index: Source/core/frame/UseCounter.cpp |
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp |
index 81a7cf992ef4be1f9d8f0b60282eeef8c4518f77..c046c454b5334ddf7352de1126835d6e128bc9d8 100644 |
--- a/Source/core/frame/UseCounter.cpp |
+++ b/Source/core/frame/UseCounter.cpp |
@@ -857,6 +857,8 @@ String UseCounter::deprecationMessage(Feature feature) |
case SVGSVGElementUnsuspendRedrawAll: |
return "'SVGSVGElement.unsuspendRedrawAll()' is deprecated, please do not use it. It is a no-op, as per SVG2 (https://svgwg.org/svg2-draft/struct.html#__svg__SVGSVGElement__unsuspendRedrawAll)."; |
+ case ServiceWorkerClientsGetAll: |
+ return "Clients.getAll() is deprecated and will no longer work in Chrome 43. Please use 'matchAll' instead"; |
falken
2015/02/13 10:15:59
nit: Please add a period at the end of the sentenc
zhuoyu.qian
2015/02/13 10:47:05
Done.
|
// Features that aren't deprecated don't have a deprecation message. |
default: |
return String(); |