| Index: Source/modules/mediastream/RTCDataChannel.cpp
|
| diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/mediastream/RTCDataChannel.cpp
|
| index ddd6416f00cdf3b1762651c3b40e0232ea95b5c5..829699a1da8d24b9c31a6dbee65ffd6f85862549 100644
|
| --- a/Source/modules/mediastream/RTCDataChannel.cpp
|
| +++ b/Source/modules/mediastream/RTCDataChannel.cpp
|
| @@ -207,7 +207,7 @@ void RTCDataChannel::send(PassRefPtr<ArrayBufferView> data, ExceptionState& exce
|
| send(arrayBuffer.release(), exceptionState);
|
| }
|
|
|
| -void RTCDataChannel::send(PassRefPtr<Blob> data, ExceptionState& exceptionState)
|
| +void RTCDataChannel::send(PassRefPtrWillBeRawPtr<Blob> data, ExceptionState& exceptionState)
|
| {
|
| // FIXME: implement
|
| throwNoBlobSupportException(exceptionState);
|
|
|