| Index: Source/core/page/FrameView.h
|
| diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h
|
| index a17b47b1549a8d6573b1493c10ffc4ddc3924a38..9a0dece11f64bc8233ccd2ef0bb665915f93a873 100644
|
| --- a/Source/core/page/FrameView.h
|
| +++ b/Source/core/page/FrameView.h
|
| @@ -74,9 +74,8 @@ public:
|
| virtual bool scheduleAnimation();
|
|
|
| Frame* frame() const { return m_frame.get(); }
|
| - void clearFrame();
|
|
|
| - RenderView* renderView() const { return m_frame ? m_frame->contentRenderer() : 0; }
|
| + RenderView* renderView() const { return m_frame->contentRenderer(); }
|
|
|
| int mapFromLayoutToCSSUnits(LayoutUnit);
|
| LayoutUnit mapFromCSSToLayoutUnits(int);
|
|
|