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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.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/MediaStreamTrack.h
diff --git a/Source/modules/mediastream/MediaStreamTrack.h b/Source/modules/mediastream/MediaStreamTrack.h
index 98733af0783dfb43e17d1f02e4fd9ec1726b40dc..e5ac85885359642eeb6a4d23ed6b17dc052aac61 100644
--- a/Source/modules/mediastream/MediaStreamTrack.h
+++ b/Source/modules/mediastream/MediaStreamTrack.h
@@ -63,7 +63,7 @@ public:
String readyState() const;
- static void getSources(ExecutionContext*, PassOwnPtrWillBeRawPtr<MediaStreamTrackSourcesCallback>, ExceptionState&);
+ static void getSources(ExecutionContext*, MediaStreamTrackSourcesCallback*, ExceptionState&);
void stopTrack(ExceptionState&);
MediaStreamTrack* clone(ExecutionContext*);

Powered by Google App Engine
This is Rietveld 408576698