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

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

Powered by Google App Engine
This is Rietveld 408576698