Index: Source/modules/mediastream/RTCDataChannel.h |
diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h |
index 37004db8189f2161308ecf432b6ee32ae344e8d5..85c8afd950ff35bab2fff12a6f12ad246713cfad 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.h |
+++ b/Source/modules/mediastream/RTCDataChannel.h |
@@ -66,7 +66,7 @@ public: |
bool negotiated() const; |
unsigned short id() const; |
String readyState() const; |
- unsigned long bufferedAmount() const; |
+ unsigned bufferedAmount() const; |
tommi (sloooow) - chröme
2014/11/13 12:15:26
unsigned int?
eroman
2014/11/13 19:18:07
While I personally agree with you, the style in Bl
|
String binaryType() const; |
void setBinaryType(const String&, ExceptionState&); |