Chromium Code Reviews| Index: Source/web/WebLocalFrameImpl.cpp |
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp |
| index 7c30edaf3c87903bfa92bd8e801511f0d371c15f..89c0f95edc455d40617cc63c39af7815041e7215 100644 |
| --- a/Source/web/WebLocalFrameImpl.cpp |
| +++ b/Source/web/WebLocalFrameImpl.cpp |
| @@ -498,9 +498,6 @@ void WebLocalFrameImpl::close() |
| { |
| m_client = 0; |
| - if (m_frame) |
| - m_frame->setHasBeenClosed(); |
| - |
| deref(); // Balances ref() acquired in WebFrame::create |
| } |