Index: third_party/WebKit/Source/core/fetch/RawResource.cpp |
diff --git a/third_party/WebKit/Source/core/fetch/RawResource.cpp b/third_party/WebKit/Source/core/fetch/RawResource.cpp |
index 424156bf7e71fab9ab056d083f9be777b235e579..210ed2286218413d0f1908b8d423df6a00689b93 100644 |
--- a/third_party/WebKit/Source/core/fetch/RawResource.cpp |
+++ b/third_party/WebKit/Source/core/fetch/RawResource.cpp |
@@ -258,7 +258,7 @@ static bool isCacheableHTTPMethod(const AtomicString& method) { |
} |
bool RawResource::canReuse(const ResourceRequest& newRequest) const { |
- if (dataBufferingPolicy() == DoNotBufferData) |
+ if (getDataBufferingPolicy() == DoNotBufferData) |
return false; |
if (!isCacheableHTTPMethod(resourceRequest().httpMethod())) |