Index: Source/core/page/FrameView.h |
diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h |
index 9a0dece11f64bc8233ccd2ef0bb665915f93a873..e89dba444d65c6fb9179e00b82e9532687bd3d0c 100644 |
--- a/Source/core/page/FrameView.h |
+++ b/Source/core/page/FrameView.h |
@@ -73,7 +73,7 @@ public: |
virtual bool scheduleAnimation(); |
- Frame* frame() const { return m_frame.get(); } |
+ Frame& frame() const { return *m_frame; } |
RenderView* renderView() const { return m_frame->contentRenderer(); } |