Index: Source/core/loader/cache/CachedRawResource.h |
diff --git a/Source/core/loader/cache/CachedRawResource.h b/Source/core/loader/cache/CachedRawResource.h |
index 984367e0611f859ae839bb3f1b217069a2497499..14694a59ade0e72d44425bb1fbde5c379c5aec0a 100644 |
--- a/Source/core/loader/cache/CachedRawResource.h |
+++ b/Source/core/loader/cache/CachedRawResource.h |
@@ -32,7 +32,7 @@ class CachedRawResourceClient; |
class CachedRawResource : public CachedResource { |
public: |
- CachedRawResource(ResourceRequest&, Type); |
+ CachedRawResource(const ResourceRequest&, Type); |
// FIXME: AssociatedURLLoader shouldn't be a DocumentThreadableLoader and therefore shouldn't |
// use CachedRawResource. However, it is, and it needs to be able to defer loading. |