Chromium Code Reviews| Index: Source/core/plugins/DOMPluginArray.h |
| diff --git a/Source/core/plugins/DOMPluginArray.h b/Source/core/plugins/DOMPluginArray.h |
| index c73d7e6da234e8361ae5ed5e7848f5d2b3a53df5..1834cc36da5e96f03de116384cb5f8698c767e75 100644 |
| --- a/Source/core/plugins/DOMPluginArray.h |
| +++ b/Source/core/plugins/DOMPluginArray.h |
| @@ -35,7 +35,7 @@ namespace WebCore { |
| class LocalFrame; |
| class PluginData; |
| -class DOMPluginArray FINAL : public RefCountedWillBeGarbageCollected<DOMPluginArray>, public ScriptWrappable, public DOMWindowProperty { |
| +class DOMPluginArray FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMPluginArray>, public ScriptWrappable, public DOMWindowProperty { |
|
Mads Ager (chromium)
2014/03/11 13:34:41
This is the benefit of this. Here is a script wrap
|
| public: |
| static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame) |
| { |