Chromium Code Reviews| Index: Source/modules/serviceworkers/ServiceWorkerClients.cpp |
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
| index 7282fc0fd7b8ef18e2b6724b1a05bd36d6731542..39bd1e40cf7bc4ecd196db9a83d6e39dec47fd02 100644 |
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
| @@ -30,6 +30,10 @@ namespace { |
| } |
| return clients; |
| } |
| + static void dispose(WebType* webClientsRaw) |
| + { |
| + delete webClientsRaw; |
| + } |
| private: |
| WTF_MAKE_NONCOPYABLE(ClientArray); |