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

Unified Diff: Source/modules/geolocation/PositionCallback.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/geolocation/Geolocation.cpp ('k') | Source/modules/geolocation/PositionErrorCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/PositionCallback.h
diff --git a/Source/modules/geolocation/PositionCallback.h b/Source/modules/geolocation/PositionCallback.h
index 99ccc72f1474b644f48946038a4d90e5970364c8..a0ab8b234343675ad538355a57162bdc47886948 100644
--- a/Source/modules/geolocation/PositionCallback.h
+++ b/Source/modules/geolocation/PositionCallback.h
@@ -32,7 +32,7 @@ namespace blink {
class Geoposition;
- class PositionCallback : public NoBaseWillBeGarbageCollectedFinalized<PositionCallback> {
+ class PositionCallback : public GarbageCollectedFinalized<PositionCallback> {
public:
virtual ~PositionCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/geolocation/Geolocation.cpp ('k') | Source/modules/geolocation/PositionErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698