Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1498)

Unified Diff: Source/core/plugins/DOMPluginArray.h

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: finalize HashTable Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
{

Powered by Google App Engine
This is Rietveld 408576698