Index: third_party/WebKit/Source/core/fetch/Resource.h |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h |
index 151249c53204d42bd83572b89d8d919e2ce593e3..b4b2926a0229b015ec2e02b39c4b3b5b3ab099b3 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.h |
+++ b/third_party/WebKit/Source/core/fetch/Resource.h |
@@ -380,6 +380,7 @@ class CORE_EXPORT Resource : public GarbageCollectedFinalized<Resource>, |
void setCachePolicyBypassingCache(); |
void setLoFiStateOff(); |
+ void clearRangeRequestHeader(); |
SharedBuffer* data() const { return m_data.get(); } |
void clearData() { m_data.clear(); } |