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

Unified Diff: Source/modules/serviceworkers/HeadersForEachCallback.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/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/Request.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/HeadersForEachCallback.h
diff --git a/Source/modules/serviceworkers/HeadersForEachCallback.h b/Source/modules/serviceworkers/HeadersForEachCallback.h
index 60fe225d298d6c74a0c5ed4f272db4cd730cc045..285fdef63a8771bae8dde869f7c5289331b5f2c3 100644
--- a/Source/modules/serviceworkers/HeadersForEachCallback.h
+++ b/Source/modules/serviceworkers/HeadersForEachCallback.h
@@ -12,7 +12,7 @@ namespace blink {
class Headers;
-class HeadersForEachCallback : public NoBaseWillBeGarbageCollectedFinalized<HeadersForEachCallback> {
+class HeadersForEachCallback : public GarbageCollectedFinalized<HeadersForEachCallback> {
public:
virtual ~HeadersForEachCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698