| Index: third_party/WebKit/Source/core/fetch/MockResourceClients.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/MockResourceClients.cpp b/third_party/WebKit/Source/core/fetch/MockResourceClients.cpp
|
| index bc597055ccb2065913e9e3ca1638d540cc52aeb5..88a831e92a7dd0dfff33861bc1576999a5b58e69 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MockResourceClients.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/MockResourceClients.cpp
|
| @@ -77,8 +77,6 @@ void MockImageResourceClient::imageNotifyFinished(ImageResource* image) {
|
| }
|
|
|
| bool MockImageResourceClient::notifyFinishedCalled() const {
|
| - EXPECT_EQ(m_notifyFinishedCalled ? 1 : 0, m_imageNotifyFinishedCount);
|
| -
|
| return m_notifyFinishedCalled;
|
| }
|
|
|
|
|