| Index: Source/modules/websockets/DocumentWebSocketChannelTest.cpp
|
| diff --git a/Source/modules/websockets/DocumentWebSocketChannelTest.cpp b/Source/modules/websockets/DocumentWebSocketChannelTest.cpp
|
| index c3a4911019029cb417dc5069968fb223b08d599a..60b3e1e1fc02efc690a67543d5b99ca71c6fbdb2 100644
|
| --- a/Source/modules/websockets/DocumentWebSocketChannelTest.cpp
|
| +++ b/Source/modules/websockets/DocumentWebSocketChannelTest.cpp
|
| @@ -59,7 +59,7 @@ public:
|
| }
|
| MOCK_METHOD1(didReceiveBinaryMessageMock, void(const Vector<char>&));
|
| MOCK_METHOD0(didError, void());
|
| - MOCK_METHOD1(didConsumeBufferedAmount, void(unsigned long));
|
| + MOCK_METHOD1(didConsumeBufferedAmount, void(unsigned));
|
| MOCK_METHOD0(didStartClosingHandshake, void());
|
| MOCK_METHOD3(didClose, void(ClosingHandshakeCompletionStatus, unsigned short, const String&));
|
|
|
|
|