| 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 6d5b415425140f71d91c222cb81b371d89292604..910007bc152b4ad4da9135990bb6fbd374a7b78b 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -71,7 +71,7 @@ class MODULES_EXPORT WaitUntilObserver final
|
| bool m_hasError = false;
|
| bool m_eventDispatched = false;
|
| double m_eventDispatchTime = 0;
|
| - Timer<WaitUntilObserver> m_consumeWindowInteractionTimer;
|
| + TaskRunnerTimer<WaitUntilObserver> m_consumeWindowInteractionTimer;
|
| };
|
|
|
| } // namespace blink
|
|
|