| 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..e47e62d444a322e7ccc9ee002498252c23f65eff 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 = 0;
|
| WebPluginDelegateImpl* delegate =
|
| WebPluginDelegateImpl::Create(path, mime_type, containing_view);
|
| if (delegate)
|
|
|