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

Unified Diff: Source/modules/mediastream/RTCErrorCallback.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/RTCErrorCallback.h
diff --git a/Source/modules/mediastream/RTCErrorCallback.h b/Source/modules/mediastream/RTCErrorCallback.h
index 13a60425e090707052a717f607997b17aadf08d2..2bd83d5bfa2c8373ab9179966f524d1189df866c 100644
--- a/Source/modules/mediastream/RTCErrorCallback.h
+++ b/Source/modules/mediastream/RTCErrorCallback.h
@@ -36,7 +36,7 @@
namespace blink {
-class RTCErrorCallback : public NoBaseWillBeGarbageCollectedFinalized<RTCErrorCallback> {
+class RTCErrorCallback : public GarbageCollectedFinalized<RTCErrorCallback> {
public:
virtual ~RTCErrorCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/mediastream/NavigatorUserMediaSuccessCallback.h ('k') | Source/modules/mediastream/RTCPeerConnection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698