| Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| index 4ec205382ca1eb28495db682b65da80d8366bfc3..843f76852a7879099f7d5e007798fae34699d495 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
|
| @@ -190,7 +190,7 @@ void WaitUntilObserver::decrementPendingActivity()
|
| setContext(nullptr);
|
| }
|
|
|
| -void WaitUntilObserver::consumeWindowInteraction(Timer<WaitUntilObserver>*)
|
| +void WaitUntilObserver::consumeWindowInteraction(TimerBase*)
|
| {
|
| if (!getExecutionContext())
|
| return;
|
|
|