Index: Source/core/frame/Frame.cpp |
diff --git a/Source/core/frame/Frame.cpp b/Source/core/frame/Frame.cpp |
index 05ce11401e7fe5d00669b50c267b724c022ee314..e2af6086863ca8eda8be084dba9d24d274543201 100644 |
--- a/Source/core/frame/Frame.cpp |
+++ b/Source/core/frame/Frame.cpp |
@@ -75,6 +75,7 @@ void Frame::trace(Visitor* visitor) |
void Frame::detach() |
{ |
ASSERT(m_client); |
+ domWindow()->resetLocation(); |
disconnectOwnerElement(); |
// After this, we must no longer talk to the client since this clears |
// its owning reference back to our owning LocalFrame. |