| Index: chrome/plugin/webplugin_delegate_stub.cc
|
| diff --git a/chrome/plugin/webplugin_delegate_stub.cc b/chrome/plugin/webplugin_delegate_stub.cc
|
| index b659a5c3e59e6b88a41ef9f0d1d291ba5cad8125..9b33329047c70a041608e9f552912f43e8529efb 100644
|
| --- a/chrome/plugin/webplugin_delegate_stub.cc
|
| +++ b/chrome/plugin/webplugin_delegate_stub.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -141,7 +141,7 @@ void WebPluginDelegateStub::OnInit(const PluginMsg_Init_Params& params,
|
| command_line.GetSwitchValue(switches::kPluginPath));
|
|
|
|
|
| - gfx::PluginWindowHandle parent = 0;
|
| + gfx::PluginWindowHandle parent = NULL;
|
| #if defined(OS_WIN)
|
| parent = gfx::NativeViewFromId(params.containing_window);
|
| #elif defined(OS_LINUX)
|
|
|