| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index 3d7b6aea9d31d280911a5bb409e2fa776562fd5b..fc408c0ffd43e696e4388a7a240670ff3d84cf24 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -432,7 +432,7 @@ void LocalFrame::detach(FrameDetachType type) {
|
|
|
| m_host->eventHandlerRegistry().didRemoveAllEventHandlers(*domWindow());
|
|
|
| - domWindow()->frameDestroyed();
|
| + domWindow()->contextDestroyed();
|
|
|
| // TODO: Page should take care of updating focus/scrolling instead of Frame.
|
| // TODO: It's unclear as to why this is called more than once, but it is,
|
|
|