diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 23:08:58 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 23:08:58 +0000 |
commit | 7cb9ff5b245e1d2870e944385b6f5237ad5543b0 (patch) | |
tree | d1493868ca88504fe418712ea710ea8ec211dbf6 /ui/views/controls | |
parent | 6c0396e183112513d826d78d8524fc53f5ba8d09 (diff) | |
download | chromium_src-7cb9ff5b245e1d2870e944385b6f5237ad5543b0.zip chromium_src-7cb9ff5b245e1d2870e944385b6f5237ad5543b0.tar.gz chromium_src-7cb9ff5b245e1d2870e944385b6f5237ad5543b0.tar.bz2 |
Remove a dcheck I just added since I apparently don't understand the various circumstances that result in this function being called.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10084027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/controls')
-rw-r--r-- | ui/views/controls/webview/webview.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc index 4234a8c..136db8a 100644 --- a/ui/views/controls/webview/webview.cc +++ b/ui/views/controls/webview/webview.cc @@ -60,7 +60,6 @@ void WebView::SetFastResize(bool fast_resize) { } void WebView::OnWebContentsFocused(content::WebContents* web_contents) { - DCHECK(web_contents == web_contents_); FocusManager* focus_manager = GetFocusManager(); if (focus_manager) focus_manager->SetFocusedView(this); |