| Index: Source/modules/serviceworkers/WaitUntilObserver.h
|
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
|
| index 305625dd2e8d061e5d5ea773ab7619be909c2fdc..fc7614818eb1a00c412965907b508866fb546236 100644
|
| --- a/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -17,9 +17,9 @@ class ScriptState;
|
| class ScriptValue;
|
|
|
| // Created for each InstallPhaseEvent instance.
|
| -class WaitUntilObserver FINAL :
|
| - public ContextLifecycleObserver,
|
| - public RefCounted<WaitUntilObserver> {
|
| +class WaitUntilObserver FINAL
|
| + : public ContextLifecycleObserver
|
| + , public RefCounted<WaitUntilObserver> {
|
| public:
|
| enum EventType {
|
| Activate,
|
|
|