Index: webrtc/api/objc/RTCDataChannel.h |
diff --git a/webrtc/api/objc/RTCDataChannel.h b/webrtc/api/objc/RTCDataChannel.h |
index 8ab4b34be73a43f550a94da337ee5a3cc5e091f6..43f576770236fa5059f9778cd0b7d20c3c390830 100644 |
--- a/webrtc/api/objc/RTCDataChannel.h |
+++ b/webrtc/api/objc/RTCDataChannel.h |
@@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN |
/** The data channel's |bufferedAmount| changed. */ |
- (void)dataChannel:(RTCDataChannel *)dataChannel |
- didChangeBufferedAmount:(NSUInteger)amount; |
+ didChangeBufferedAmount:(uint64_t)amount; |
@end |