| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| index 48e8cccfaaec78a68a686944b3e3ed04e0599e2d..25d05011323ae84f244e00e3744464835ab4f3d4 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h
|
| @@ -95,7 +95,7 @@ public:
|
|
|
| // Timeout before a service worker that was given window interaction
|
| // permission loses them. The unit is seconds.
|
| - static const int kWindowInteractionTimeout = 10;
|
| + static const unsigned kWindowInteractionTimeout = 10;
|
|
|
| private:
|
| class SkipWaitingCallback;
|
|
|