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