| Index: Source/modules/mediasource/SourceBufferList.h
|
| diff --git a/Source/modules/mediasource/SourceBufferList.h b/Source/modules/mediasource/SourceBufferList.h
|
| index 6bca2d3ef6048e4be7df7831b873292199f74a17..fc2f582e1a583531d3374442ee5005a87bbddb55 100644
|
| --- a/Source/modules/mediasource/SourceBufferList.h
|
| +++ b/Source/modules/mediasource/SourceBufferList.h
|
| @@ -47,7 +47,7 @@ class SourceBufferList FINAL : public RefCountedWillBeRefCountedGarbageCollected
|
| public:
|
| static PassRefPtrWillBeRawPtr<SourceBufferList> create(ExecutionContext* context, GenericEventQueue* asyncEventQueue)
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new SourceBufferList(context, asyncEventQueue));
|
| + return adoptRefWillBeRefCountedGarbageCollected(new SourceBufferList(context, asyncEventQueue));
|
| }
|
| virtual ~SourceBufferList();
|
|
|
|
|