| Index: webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| diff --git a/webkit/tools/test_shell/mac/test_webview_delegate.mm b/webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| index 59a07ff36384f10c18ae8f85f7078d8880840081..cd05eeef632a3c8dcf6b5c15f2e27a35f10294a9 100644
|
| --- a/webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| +++ b/webkit/tools/test_shell/mac/test_webview_delegate.mm
|
| @@ -233,7 +233,7 @@ webkit::npapi::WebPluginDelegate* TestWebViewDelegate::CreatePluginDelegate(
|
| if (!host)
|
| return NULL;
|
|
|
| - gfx::PluginWindowHandle containing_view = NULL;
|
| + gfx::PluginWindowHandle containing_view = gfx::kNullPluginWindow;
|
| WebPluginDelegateImpl* delegate =
|
| WebPluginDelegateImpl::Create(path, mime_type, containing_view);
|
| if (delegate)
|
|
|