| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| index 17f2f6407c9e7981a8a11d0bda5bc2c2a5bd71f0..ce6c21ca3aaa14fb6636e45e5f28cf5dbe663acd 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| @@ -42,7 +42,7 @@ class NetworkInformation final
|
| bool hasPendingActivity() const final;
|
|
|
| // ContextLifecycleObserver overrides.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|