| Index: Source/core/page/Page.cpp
|
| diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
|
| index 59c33b45e808bc7c88597cd56abb0b98f2d78142..2be24ea23bb4fd3d995355def6c6e9457eb54455 100644
|
| --- a/Source/core/page/Page.cpp
|
| +++ b/Source/core/page/Page.cpp
|
| @@ -605,7 +605,7 @@ void Page::willBeDestroyed()
|
|
|
| for (Frame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) {
|
| if (frame->isLocalFrame())
|
| - toLocalFrame(frame)->loader().frameDetached();
|
| + toLocalFrame(frame)->willBeDestroyed();
|
| }
|
|
|
| if (m_scrollingCoordinator)
|
|
|