Chromium Code Reviews| Index: Source/core/frame/UseCounter.h |
| diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h |
| index fb6abeb7c6b26d4f05535cedcbe7cc1b54c8d889..428a29da0107bf50827db69beb79f5d506d110a9 100644 |
| --- a/Source/core/frame/UseCounter.h |
| +++ b/Source/core/frame/UseCounter.h |
| @@ -629,6 +629,7 @@ public: |
| SVGSVGElementUnsuspendRedraw = 687, |
| SVGSVGElementUnsuspendRedrawAll = 688, |
| AudioContextClose = 689, |
| + ServiceWorkerClientsGetAll = 690, |
|
falken
2015/02/18 06:58:37
You'll have to rebase as 690 was recently taken.
|
| // Add new features immediately above this line. Don't change assigned |
| // numbers of any item, and don't reuse removed slots. |