| Index: webkit/glue/plugins/webplugin_delegate_impl.h
|
| diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h
|
| index 0474d2684025a29bb0252accd6d8fd9e948dcc2f..27e17cf0f1ec70f6f197d0368b654e0075d9561d 100644
|
| --- a/webkit/glue/plugins/webplugin_delegate_impl.h
|
| +++ b/webkit/glue/plugins/webplugin_delegate_impl.h
|
| @@ -247,9 +247,6 @@ class WebPluginDelegateImpl : public WebPluginDelegate {
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| - // The plugin module handle.
|
| - HMODULE plugin_module_handle_;
|
| -
|
| // TrackPopupMenu interceptor. Parameters are the same as the Win32 function
|
| // TrackPopupMenu.
|
| static BOOL WINAPI TrackPopupMenuPatch(HMENU menu, unsigned int flags, int x,
|
|
|