Index: Source/web/tests/AssociatedURLLoaderTest.cpp |
diff --git a/Source/web/tests/AssociatedURLLoaderTest.cpp b/Source/web/tests/AssociatedURLLoaderTest.cpp |
index 0f05248b2c285814e280c93dbdd0539972647a37..9ef5e3814944dc1f50eecd5f0a0a2aaa50191eb2 100644 |
--- a/Source/web/tests/AssociatedURLLoaderTest.cpp |
+++ b/Source/web/tests/AssociatedURLLoaderTest.cpp |
@@ -155,7 +155,7 @@ public: |
EXPECT_EQ(m_expectedResponse.httpStatusCode(), response.httpStatusCode()); |
} |
- void didDownloadData(WebURLLoader* loader, int dataLength) |
+ void didDownloadData(WebURLLoader* loader, int dataLength, int encodedDataLength) |
{ |
m_didDownloadData = true; |
EXPECT_EQ(m_expectedLoader, loader); |