Index: Source/core/dom/DocumentInit.cpp |
diff --git a/Source/core/dom/DocumentInit.cpp b/Source/core/dom/DocumentInit.cpp |
index a52dfd30266cb86d8c5f59f27121f1a127143865..b28c3993c8856e926cd34773c16a486547fa04cb 100644 |
--- a/Source/core/dom/DocumentInit.cpp |
+++ b/Source/core/dom/DocumentInit.cpp |
@@ -95,7 +95,7 @@ Frame* DocumentInit::ownerFrame() const |
if (!m_frame) |
return 0; |
- Frame* ownerFrame = m_frame->tree()->parent(); |
+ Frame* ownerFrame = m_frame->tree().parent(); |
if (!ownerFrame) |
ownerFrame = m_frame->loader()->opener(); |
return ownerFrame; |