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

Unified Diff: Source/modules/filesystem/FileWriterBase.h

Issue 329853004: Remove RefCountedGarbageCollected from EventTarget objects (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeySession.cpp ('k') | Source/modules/indexeddb/IDBDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileWriterBase.h
diff --git a/Source/modules/filesystem/FileWriterBase.h b/Source/modules/filesystem/FileWriterBase.h
index 39bcf0bc1df7986508e24fff3fdf15723b32655d..3f8689bf32eafab1e85761247560420580a6f041 100644
--- a/Source/modules/filesystem/FileWriterBase.h
+++ b/Source/modules/filesystem/FileWriterBase.h
@@ -39,6 +39,8 @@ namespace blink { class WebFileWriter; }
namespace WebCore {
+// FIXME: Oilpan: Change this to GarbageCollectedFinalized once FileWriter stops using
+// ActiveDOMObject::setPendingActivity.
class FileWriterBase : public RefCountedGarbageCollected<FileWriterBase> {
public:
virtual ~FileWriterBase();
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeySession.cpp ('k') | Source/modules/indexeddb/IDBDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698