Fix Mac compile error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@585 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2012-04-05 16:15:42 +00:00
parent 211a176537
commit 1cd6e3b3e7

View File

@ -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)