mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 13:10:42 +01:00
Fix Mac compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@585 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
211a176537
commit
1cd6e3b3e7
@ -322,7 +322,7 @@ webkit::npapi::WebPluginDelegate* BrowserWebViewDelegate::CreatePluginDelegate(
|
||||
if (!host)
|
||||
return NULL;
|
||||
|
||||
gfx::PluginWindowHandle containing_view = NULL;
|
||||
gfx::PluginWindowHandle containing_view = 0;
|
||||
WebPluginDelegateImpl* delegate = WebPluginDelegateImpl::Create(
|
||||
path, mime_type, containing_view);
|
||||
if (delegate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user