diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 23:03:48 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 23:03:48 +0000 |
commit | b8d7603842c7bdbc117f26f3593ac85b3fb80ad5 (patch) | |
tree | 121662af0efb53ea2c441834e46f35edd4e256a1 /chrome_frame/bind_context_info.h | |
parent | 19cb929fa737ae5ef3c1425d38a793ef8967ee00 (diff) | |
download | chromium_src-b8d7603842c7bdbc117f26f3593ac85b3fb80ad5.zip chromium_src-b8d7603842c7bdbc117f26f3593ac85b3fb80ad5.tar.gz chromium_src-b8d7603842c7bdbc117f26f3593ac85b3fb80ad5.tar.bz2 |
We need to specify at least one entry in the COM map of the bind information object used by ChromeFrame
to maintain contextual information. Having an empty map causes an ATLASSERT to fire in debug builds.
Review URL: http://codereview.chromium.org/1559037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44846 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/bind_context_info.h')
-rw-r--r-- | chrome_frame/bind_context_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/bind_context_info.h b/chrome_frame/bind_context_info.h index 5e0186b..ff409f0 100644 --- a/chrome_frame/bind_context_info.h +++ b/chrome_frame/bind_context_info.h @@ -19,6 +19,7 @@ class BindContextInfo : public IUnknown, public CComObjectRoot { virtual ~BindContextInfo() {} BEGIN_COM_MAP(BindContextInfo) + COM_INTERFACE_ENTRY(IUnknown) END_COM_MAP() // Returns the BindContextInfo instance associated with the bind |