| Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| index 75324f432b43a0528766240557544ca0af545560..380b079135acab94dbc3e006ef3794cfd8366b02 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -64,9 +64,10 @@ private:
|
|
|
| EventType m_type;
|
| int m_eventID;
|
| - int m_pendingActivity;
|
| - bool m_hasError;
|
| - bool m_eventDispatched;
|
| + int m_pendingActivity = 0;
|
| + bool m_hasError = false;
|
| + bool m_eventDispatched = false;
|
| + double m_eventDispatchTime = 0;
|
| Timer<WaitUntilObserver> m_consumeWindowInteractionTimer;
|
| };
|
|
|
|
|