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

Unified Diff: Source/modules/mediastream/RTCSessionDescriptionCallback.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/mediastream/RTCSessionDescriptionCallback.h
diff --git a/Source/modules/mediastream/RTCSessionDescriptionCallback.h b/Source/modules/mediastream/RTCSessionDescriptionCallback.h
index b0ea27058acc34e88a51341491f9df6d6a4ae296..775c8474684df5133cb5f6d517e53918496de75c 100644
--- a/Source/modules/mediastream/RTCSessionDescriptionCallback.h
+++ b/Source/modules/mediastream/RTCSessionDescriptionCallback.h
@@ -37,7 +37,7 @@ namespace blink {
class RTCSessionDescription;
-class RTCSessionDescriptionCallback : public NoBaseWillBeGarbageCollectedFinalized<RTCSessionDescriptionCallback> {
+class RTCSessionDescriptionCallback : public GarbageCollectedFinalized<RTCSessionDescriptionCallback> {
public:
virtual ~RTCSessionDescriptionCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/mediastream/RTCPeerConnection.cpp ('k') | Source/modules/mediastream/RTCSessionDescriptionRequestImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698