| Index: Source/core/plugins/DOMMimeTypeArray.h
 | 
| diff --git a/Source/core/plugins/DOMMimeTypeArray.h b/Source/core/plugins/DOMMimeTypeArray.h
 | 
| index 651edee0892143b01c54a5d220653bf10e32894c..e72edd40b566610399b39282a73363e1e26c684b 100644
 | 
| --- a/Source/core/plugins/DOMMimeTypeArray.h
 | 
| +++ b/Source/core/plugins/DOMMimeTypeArray.h
 | 
| @@ -34,10 +34,10 @@ namespace WebCore {
 | 
|  class Frame;
 | 
|  class PluginData;
 | 
|  
 | 
| -class DOMMimeTypeArray : public ScriptWrappable, public RefCounted<DOMMimeTypeArray>, public DOMWindowProperty {
 | 
| +class DOMMimeTypeArray FINAL : public ScriptWrappable, public RefCounted<DOMMimeTypeArray>, public DOMWindowProperty {
 | 
|  public:
 | 
|      static PassRefPtr<DOMMimeTypeArray> create(Frame* frame) { return adoptRef(new DOMMimeTypeArray(frame)); }
 | 
| -    ~DOMMimeTypeArray();
 | 
| +    virtual ~DOMMimeTypeArray();
 | 
|  
 | 
|      unsigned length() const;
 | 
|      PassRefPtr<DOMMimeType> item(unsigned index);
 | 
| 
 |