| Index: third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.cpp b/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.cpp
|
| index 008e09710fb17f604c1477474412aa34dc9a43fe..1c741bc4682dae463cc596b388d49047a250b100 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrameLifecycleNotifier.cpp
|
| @@ -10,7 +10,7 @@ namespace blink {
|
|
|
| void LocalFrameLifecycleNotifier::notifyWillDetachFrameHost()
|
| {
|
| - TemporaryChange<IterationType> scope(m_iterating, IteratingOverAll);
|
| + TemporaryChange<IterationState> scope(m_iterationState, AllowingNone);
|
| for (LocalFrameLifecycleObserver* observer : m_observers)
|
| observer->willDetachFrameHost();
|
| }
|
|
|