| Index: third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| diff --git a/third_party/WebKit/Source/platform/LifecycleNotifier.h b/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| index f33665f3677ee5a34259b89d95bc926730be7a11..4dde3ba390e89747c922e35b0a77dd94b9ed0b00 100644
|
| --- a/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| +++ b/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| @@ -90,7 +90,7 @@ inline void LifecycleNotifier<T, Observer>::notifyContextDestroyed() {
|
| m_observers.swap(observers);
|
| for (Observer* observer : observers) {
|
| DCHECK(observer->lifecycleContext() == context());
|
| - observer->contextDestroyed();
|
| + observer->contextDestroyed(context());
|
| observer->clearContext();
|
| }
|
| }
|
|
|