| Index: third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| index f108a6c88c12da44aaeccb5f074de389cf29677e..d1e1cecf8f41c0746d6ef839ea4a45137315e0f8 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp
|
| @@ -578,7 +578,7 @@ static bool shouldSendFinishNotification(LocalFrame* frame) {
|
| return false;
|
|
|
| // Don't notify if the frame is being detached.
|
| - if (frame->isDetaching())
|
| + if (!frame->isAttached())
|
| return false;
|
|
|
| return true;
|
|
|