| Index: webkit/glue/plugins/webplugin.h
|
| diff --git a/webkit/glue/plugins/webplugin.h b/webkit/glue/plugins/webplugin.h
|
| index 1813842272fab535f6844e9546c51ca4888cc5f5..19c6cb0750ae7f1f5d182e93e4521f0227766939 100644
|
| --- a/webkit/glue/plugins/webplugin.h
|
| +++ b/webkit/glue/plugins/webplugin.h
|
| @@ -33,6 +33,7 @@ class WebPluginResourceClient;
|
| // Describes the new location for a plugin window.
|
| struct WebPluginGeometry {
|
| WebPluginGeometry();
|
| + ~WebPluginGeometry();
|
|
|
| bool Equals(const WebPluginGeometry& rhs) const;
|
|
|
|
|