| Index: third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h b/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
|
| index 5096b0511d0bd88f005a96beaf3ed25f9620abc0..690ee59dbf4195d4878e99c37da77ae0b29bb334 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceClientWalker.h
|
| @@ -51,7 +51,7 @@ public:
|
| while (m_index < size) {
|
| ResourceClient* next = m_clientVector[m_index++];
|
| if (m_clientSet.contains(next)) {
|
| - ASSERT(T::expectedType() == ResourceClient::expectedType() || next->resourceClientType() == T::expectedType());
|
| + ASSERT(T::expectedType() == ResourceClient::expectedType() || next->getResourceClientType() == T::expectedType());
|
| return static_cast<T*>(next);
|
| }
|
| }
|
|
|