| Index: third_party/WebKit/Source/core/testing/Internals.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| index 05975ca49423d095befec68a362456803501a250..cfbfd93fa1cc1a176351f22097b0ad847a15eb81 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.cpp
|
| @@ -418,7 +418,7 @@ bool Internals::isLoadingFromMemoryCache(const String& url) {
|
| const String cacheIdentifier = m_document->fetcher()->getCacheIdentifier();
|
| Resource* resource = memoryCache()->resourceForURL(
|
| m_document->completeURL(url), cacheIdentifier);
|
| - return resource && resource->getStatus() == Resource::Cached;
|
| + return resource && resource->getStatus() == ResourceStatus::Cached;
|
| }
|
|
|
| int Internals::getResourcePriority(const String& url, Document* document) {
|
|
|