DescriptionDOMWebSocket::bufferedAmount() should not return an "unsigned long"
The WebIDL defines it as unsigned long, for which equivalent c++ should be
uint32. So changed the type of m_bufferedAmount to unsigned, and return type
of bufferedAmount() to unsigned.
BUG=432733
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185976
Patch Set 1 #
Total comments: 11
Patch Set 2 : #Messages
Total messages: 35 (9 generated)
|