summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/DocLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/DocLoader.h')
-rw-r--r--WebCore/loader/DocLoader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/loader/DocLoader.h b/WebCore/loader/DocLoader.h
index 2f8f639..ec3e619 100644
--- a/WebCore/loader/DocLoader.h
+++ b/WebCore/loader/DocLoader.h
@@ -50,8 +50,7 @@ class CachedLinkPrefetch;
#endif
// The DocLoader manages the loading of scripts/images/stylesheets for a single document.
-class DocLoader : public Noncopyable
-{
+class DocLoader : public Noncopyable {
friend class Cache;
friend class ImageLoader;
@@ -129,7 +128,7 @@ private:
int m_requestCount;
- ListHashSet<CachedResource*> m_preloads;
+ OwnPtr<ListHashSet<CachedResource*> > m_preloads;
struct PendingPreload {
CachedResource::Type m_type;
String m_url;