diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:35:03 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 22:35:03 +0000 |
commit | 2670c482c99c1e91bdd0b05568bd32ae8a2e2ccf (patch) | |
tree | 8774b3bc4648a3b2654d3007fbb664ba9bf493d1 /chrome | |
parent | c910a4968033074f0698b56b24d4df7ac3c07461 (diff) | |
download | chromium_src-2670c482c99c1e91bdd0b05568bd32ae8a2e2ccf.zip chromium_src-2670c482c99c1e91bdd0b05568bd32ae8a2e2ccf.tar.gz chromium_src-2670c482c99c1e91bdd0b05568bd32ae8a2e2ccf.tar.bz2 |
Build breakage fix
TBR=sky@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/652078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39648 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/views/frame/browser_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h index 801c7b6..44bf06a 100644 --- a/chrome/browser/views/frame/browser_view.h +++ b/chrome/browser/views/frame/browser_view.h @@ -210,7 +210,7 @@ class BrowserView : public BrowserBubbleHost, // Returns true if the Browser object associated with this BrowserView is a // popup window. bool IsBrowserTypePopup() const { - return browser_->type() & Browser::TYPE_POPUP; + return browser_->type() & Browser::TYPE_POPUP != 0; } // Returns true if the frame containing this BrowserView should show the |