| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| index 93888dc16fea9dada6de03f7c2b2de2d1d83cb19..5451e1db029f68f827a5562023c4cca3d23c962b 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| @@ -123,7 +123,7 @@ bool NetworkInformation::hasPendingActivity() const {
|
| return m_observing;
|
| }
|
|
|
| -void NetworkInformation::contextDestroyed() {
|
| +void NetworkInformation::contextDestroyed(ExecutionContext*) {
|
| m_contextStopped = true;
|
| stopObserving();
|
| }
|
|
|