| Index: third_party/WebKit/Source/core/fetch/ResourceTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/ResourceTest.cpp b/third_party/WebKit/Source/core/fetch/ResourceTest.cpp
|
| index e55a87fd2bed0360124e9dd3d0fff2e6cfa97dad..3795f72d1cc1bcfd5c64d4980545bbcf718c7c40 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ResourceTest.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/ResourceTest.cpp
|
| @@ -26,7 +26,7 @@ class MockPlatform final : public TestingPlatformSupport {
|
|
|
| // From blink::Platform:
|
| void cacheMetadata(const WebURL& url, int64_t, const char*, size_t) override {
|
| - m_cachedURLs.append(url);
|
| + m_cachedURLs.push_back(url);
|
| }
|
|
|
| const Vector<WebURL>& cachedURLs() const { return m_cachedURLs; }
|
|
|