summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/mac/webwidget_host.mm
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 06:41:11 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-13 06:41:11 +0000
commitc5b3b5ee82c8aa7b760acec23fa39ee61dd53152 (patch)
treeb2ceedd83090a12c4b23ca2aca55f26a72fea5a1 /webkit/tools/test_shell/mac/webwidget_host.mm
parentb0a09a009b8b46cca2800ce16009651723fdadbf (diff)
downloadchromium_src-c5b3b5ee82c8aa7b760acec23fa39ee61dd53152.zip
chromium_src-c5b3b5ee82c8aa7b760acec23fa39ee61dd53152.tar.gz
chromium_src-c5b3b5ee82c8aa7b760acec23fa39ee61dd53152.tar.bz2
The WebFrame interface currently supports reference counting, but no one uses.
Internally, WebFrameImpl needs reference counting, so we still define it there. Same goes for WebView and WebWidget. While making this change, I noticed that WebInspectorClient was casting WebView pointers to WebViewImpl pointers too much. By just starting with WebViewImpl pointers, things could be cleaned up considerably. R=brettw Review URL: http://codereview.chromium.org/21342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/mac/webwidget_host.mm')
-rw-r--r--webkit/tools/test_shell/mac/webwidget_host.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/mac/webwidget_host.mm b/webkit/tools/test_shell/mac/webwidget_host.mm
index bedb9a2..dc1b6c6 100644
--- a/webkit/tools/test_shell/mac/webwidget_host.mm
+++ b/webkit/tools/test_shell/mac/webwidget_host.mm
@@ -136,7 +136,6 @@ WebWidgetHost::~WebWidgetHost() {
TrackMouseLeave(false);
webwidget_->Close();
- webwidget_->Release();
}
void WebWidgetHost::UpdatePaintRect(const gfx::Rect& rect) {