summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_delegate_qt.h
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2013-09-05 15:57:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-05 19:04:59 +0200
commit967d6f420da6938ea759993062782f0e07ad961d (patch)
tree9126620289f89046eedc82b16abb43e586ade9e2 /lib/web_contents_delegate_qt.h
parent7a83c1f222a495cab4afed7c314b9e0c87b23bc4 (diff)
WebContentsDelegateQt: Remove WebContents member
This is not needed anymore since the ownership changed Change-Id: I7bfbb51c79a0d48ca8197a9b3a5d18986ee40e36 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'lib/web_contents_delegate_qt.h')
-rw-r--r--lib/web_contents_delegate_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/web_contents_delegate_qt.h b/lib/web_contents_delegate_qt.h
index 6568631b4..e56800571 100644
--- a/lib/web_contents_delegate_qt.h
+++ b/lib/web_contents_delegate_qt.h
@@ -66,7 +66,6 @@ public:
virtual void DidFinishLoad(int64 frame_id, const GURL &validated_url, bool is_main_frame, content::RenderViewHost *render_view_host);
private:
- content::WebContents *m_webContents;
WebContentsAdapterClient *m_viewClient;
};