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

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

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/modules/filesystem/FileCallback.h
diff --git a/Source/modules/filesystem/FileCallback.h b/Source/modules/filesystem/FileCallback.h
index ec1056adf6b45b8aac7e89d1ea9d7c57fd453ec3..0ccd90a115305647dbe5f755f085c221772c0f0c 100644
--- a/Source/modules/filesystem/FileCallback.h
+++ b/Source/modules/filesystem/FileCallback.h
@@ -37,7 +37,7 @@ namespace blink {
class File;
-class FileCallback : public NoBaseWillBeGarbageCollectedFinalized<FileCallback> {
+class FileCallback : public GarbageCollectedFinalized<FileCallback> {
public:
virtual ~FileCallback() { }
virtual void trace(Visitor*) { }

Powered by Google App Engine
This is Rietveld 408576698