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

Unified Diff: Source/core/css/FontFaceSetForEachCallback.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
« no previous file with comments | « Source/core/css/FontFaceSet.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/FontFaceSetForEachCallback.h
diff --git a/Source/core/css/FontFaceSetForEachCallback.h b/Source/core/css/FontFaceSetForEachCallback.h
index fdfe26390fc0b0c8f5c14a91db8784086ed8f576..588cbe56918e5799234bf257b9a5a57567f598a6 100644
--- a/Source/core/css/FontFaceSetForEachCallback.h
+++ b/Source/core/css/FontFaceSetForEachCallback.h
@@ -34,7 +34,7 @@ namespace blink {
class FontFace;
class FontFaceSet;
-class FontFaceSetForEachCallback : public NoBaseWillBeGarbageCollectedFinalized<FontFaceSetForEachCallback> {
+class FontFaceSetForEachCallback : public GarbageCollectedFinalized<FontFaceSetForEachCallback> {
public:
virtual ~FontFaceSetForEachCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/core/css/FontFaceSet.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698