| 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 eff2a0ca095333329cdc9880221ce0fc37ee5136..4f886d803ef6b7f458679541990e0c4de9cf9ce0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -431,7 +431,7 @@ void LocalFrame::detach(FrameDetachType type) {
|
|
|
| m_host->eventHandlerRegistry().didRemoveAllEventHandlers(*localDOMWindow());
|
|
|
| - localDOMWindow()->frameDestroyed();
|
| + localDOMWindow()->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,
|
|
|