webengine/osswebengine/WebKit/s60/webview/WebFrameView.h
changeset 13 10e98eab6f85
parent 0 dd21522fd290
child 27 60c5402cb945
--- a/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h	Fri May 08 08:25:06 2009 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h	Fri Jul 03 15:54:40 2009 +0100
@@ -75,7 +75,7 @@
 
     // accessors
     WebFrame* frame() const          { return m_frame.get(); }
-    WebView* topView() const         { return m_topView.get(); }
+    WebView* topView() const         { return m_topView; }
     void setWebFrame(WebFrame*);
     void setTopView(WebView*);
     TPoint contentPos() { return m_contentPos; }
@@ -107,7 +107,7 @@
     WebFrameView& operator=(const WebFrameView&); // not implemented
     
     RefPtr<WebFrame>        m_frame;            // the frame associated with this view
-    RefPtr<WebView>         m_topView;          // the top drawable view
+    WebView*                m_topView;          // the top drawable view
     WebFrameView*           m_parent;           // the parent view
 
     TRect   m_frameRect;                        // the location and size of this frame in its parent frame