Index: Source/modules/mediastream/RTCDataChannel.h |
diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h |
index bee0d048e643f0b2ba31cbdd57fa44b5f79026df..d7b512f0e18704c8a1f44627fcc622d8cf842aa3 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.h |
+++ b/Source/modules/mediastream/RTCDataChannel.h |
@@ -60,7 +60,7 @@ public: |
bool negotiated() const; |
unsigned short id() const; |
String readyState() const; |
- unsigned long bufferedAmount() const; |
+ unsigned bufferedAmount() const; |
String binaryType() const; |
void setBinaryType(const String&, ExceptionState&); |