| Index: Source/modules/serviceworkers/testing/InternalsServiceWorker.h
|
| diff --git a/Source/modules/serviceworkers/testing/InternalsServiceWorker.h b/Source/modules/serviceworkers/testing/InternalsServiceWorker.h
|
| index 248df9371fb4c4af5945217af3cd262bc60804f9..d032c46535c704a50eb5403d180f5380c9a3fbf2 100644
|
| --- a/Source/modules/serviceworkers/testing/InternalsServiceWorker.h
|
| +++ b/Source/modules/serviceworkers/testing/InternalsServiceWorker.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef InternalsServiceWorker_h
|
| #define InternalsServiceWorker_h
|
|
|
| +#include "wtf/Allocator.h"
|
| +
|
| namespace blink {
|
|
|
| class Internals;
|
| class ServiceWorker;
|
|
|
| class InternalsServiceWorker {
|
| + STATIC_ONLY(InternalsServiceWorker);
|
| public:
|
| static void terminateServiceWorker(Internals&, ServiceWorker*);
|
| };
|
|
|