| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index cba47eaa05bcf9ec396cabfd505e8525fd97627e..29b7d9ac638ed25241d2748f675d07f836f46396 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.h
|
| @@ -44,7 +44,7 @@ class MediaController FINAL : public RefCountedWillBeRefCountedGarbageCollected<
|
| REFCOUNTED_EVENT_TARGET(MediaController);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaController);
|
| public:
|
| - static PassRefPtr<MediaController> create(ExecutionContext*);
|
| + static PassRefPtrWillBeRawPtr<MediaController> create(ExecutionContext*);
|
| virtual ~MediaController();
|
|
|
| void addMediaElement(HTMLMediaElement*);
|
|
|