Index: third_party/WebKit/Source/core/fetch/RawResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/RawResource.h b/third_party/WebKit/Source/core/fetch/RawResource.h |
index 35960f103bfdadc77ab4b603422adc85e5adc9d8..16ae106781fa4cd695e1e7f17880d43856fbf82e 100644 |
--- a/third_party/WebKit/Source/core/fetch/RawResource.h |
+++ b/third_party/WebKit/Source/core/fetch/RawResource.h |
@@ -75,7 +75,7 @@ private: |
RawResource(const ResourceRequest&, Type); |
void didAddClient(ResourceClient*) override; |
- void appendDataInternal(const char*, size_t) override; |
+ void appendData(const char*, size_t) override; |
bool shouldIgnoreHTTPStatusCodeErrors() const override { return !isLinkPreload(); } |