Index: Source/modules/mediastream/RTCDataChannel.h |
diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h |
index 6a290ab77beee7cad030f3251220a110891358a3..69f756f5fda9189f5bf21c5f7a647a96a1f156fc 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.h |
+++ b/Source/modules/mediastream/RTCDataChannel.h |
@@ -27,6 +27,7 @@ |
#include "bindings/v8/ScriptWrappable.h" |
#include "core/events/EventTarget.h" |
+#include "heap/Handle.h" |
#include "platform/Timer.h" |
#include "public/platform/WebRTCDataChannelHandler.h" |
#include "public/platform/WebRTCDataChannelHandlerClient.h" |
@@ -70,7 +71,7 @@ public: |
void send(const String&, ExceptionState&); |
void send(PassRefPtr<ArrayBuffer>, ExceptionState&); |
void send(PassRefPtr<ArrayBufferView>, ExceptionState&); |
- void send(PassRefPtr<Blob>, ExceptionState&); |
+ void send(PassRefPtrWillBeRawPtr<Blob>, ExceptionState&); |
void close(); |