diff options
Diffstat (limited to 'WebCore/loader/appcache/ApplicationCache.h')
-rw-r--r-- | WebCore/loader/appcache/ApplicationCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/appcache/ApplicationCache.h b/WebCore/loader/appcache/ApplicationCache.h index d1444c0..08e2dd3 100644 --- a/WebCore/loader/appcache/ApplicationCache.h +++ b/WebCore/loader/appcache/ApplicationCache.h @@ -42,7 +42,7 @@ class ApplicationCacheResource; class DocumentLoader; class KURL; -struct ResourceRequest; +class ResourceRequest; typedef Vector<std::pair<KURL, KURL> > FallbackURLVector; |