| 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 e35180f3be62091e3eb5db9e8ec8f71a43671a3a..03d806ca926ca46c675939ae6de4eec3dee427b8 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -50,6 +50,8 @@ class MODULES_EXPORT WaitUntilObserver final
|
| // These methods can be called when the lifecycle of ExtendableEvent
|
| // observed by this WaitUntilObserver should be extended by other reason
|
| // than ExtendableEvent.waitUntil.
|
| + // Note: There is no need to call decrementPendingActivity() after the context
|
| + // is being destroyed.
|
| void incrementPendingActivity();
|
| void decrementPendingActivity();
|
|
|
|
|