diff options
Diffstat (limited to 'WebCore/platform/network/BlobRegistryImpl.h')
-rw-r--r-- | WebCore/platform/network/BlobRegistryImpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/network/BlobRegistryImpl.h b/WebCore/platform/network/BlobRegistryImpl.h index 42693bc..f616664 100644 --- a/WebCore/platform/network/BlobRegistryImpl.h +++ b/WebCore/platform/network/BlobRegistryImpl.h @@ -63,8 +63,8 @@ public: private: bool shouldLoadResource(const ResourceRequest& request) const; - void appendStorageItems(BlobStorageData*, const BlobStorageDataItemList&); - void appendStorageItems(BlobStorageData*, const BlobStorageDataItemList&, long long offset, long long length); + void appendStorageItems(BlobStorageData*, const BlobDataItemList&); + void appendStorageItems(BlobStorageData*, const BlobDataItemList&, long long offset, long long length); HashMap<String, RefPtr<BlobStorageData> > m_blobs; }; |