| 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 72d6680d78628c5f095463ca3978c2cf48b343ca..8a06847945238c6f96f05c4f1d96f304e267ad69 100644
|
| --- a/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| +++ b/third_party/WebKit/Source/platform/LifecycleNotifier.h
|
| @@ -94,7 +94,7 @@ template<typename T, typename Observer>
|
| inline void LifecycleNotifier<T, Observer>::notifyContextDestroyed()
|
| {
|
| // Observer unregistration is allowed, but effectively a no-op.
|
| - TemporaryChange<IterationState> scope(m_iterationState, AllowingRemoval);
|
| + TemporaryChange<IterationState> scope(&m_iterationState, AllowingRemoval);
|
| ObserverSet observers;
|
| m_observers.swap(observers);
|
| for (Observer* observer : observers) {
|
|
|