Index: third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h |
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h |
index cd808414fc329355a30f8deeb03faedb863ad3fc..36455c00a6411d78dc1724c6d8fbf16ed9bccf00 100644 |
--- a/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h |
+++ b/third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h |
@@ -77,8 +77,8 @@ public: |
void setBinaryType(const String&, ExceptionState&); |
void send(const String&, ExceptionState&); |
- void send(PassRefPtr<DOMArrayBuffer>, ExceptionState&); |
- void send(PassRefPtr<DOMArrayBufferView>, ExceptionState&); |
+ void send(DOMArrayBuffer*, ExceptionState&); |
+ void send(DOMArrayBufferView*, ExceptionState&); |
void send(Blob*, ExceptionState&); |
void close(); |