| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index 0daca5d2d389aa616d62d1a0bd7cb54cc57b07f0..c63febbfd66c3ea564924906a2f38598d07dee7d 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -328,7 +328,7 @@ class PLATFORM_EXPORT ResourceResponse final {
|
| void setRemotePort(unsigned short value) { m_remotePort = value; }
|
|
|
| long long encodedDataLength() const { return m_encodedDataLength; }
|
| - void addToEncodedDataLength(long long value);
|
| + void setEncodedDataLength(long long value);
|
|
|
| long long encodedBodyLength() const { return m_encodedBodyLength; }
|
| void addToEncodedBodyLength(long long value);
|
|
|