Index: Source/core/fetch/Resource.h |
diff --git a/Source/core/fetch/Resource.h b/Source/core/fetch/Resource.h |
index db787bf16a3a8b630b1b45b7cb2c1a5d5346a037..91b3033864df52a769c0dc3b7966a16dce0a1c2c 100644 |
--- a/Source/core/fetch/Resource.h |
+++ b/Source/core/fetch/Resource.h |
@@ -36,6 +36,7 @@ |
namespace WebCore { |
+struct FetchInitiatorInfo; |
class MemoryCache; |
class CachedMetadata; |
class ResourceClient; |
@@ -250,6 +251,8 @@ public: |
virtual bool canReuse(const ResourceRequest&) const { return true; } |
+ static const char* resourceTypeToString(Type, const FetchInitiatorInfo&); |
+ |
protected: |
virtual void checkNotify(); |
virtual void finishOnePart(); |