diff options
Diffstat (limited to 'WebCore/loader/appcache/ApplicationCacheResource.h')
-rw-r--r-- | WebCore/loader/appcache/ApplicationCacheResource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/loader/appcache/ApplicationCacheResource.h b/WebCore/loader/appcache/ApplicationCacheResource.h index 1d7b853..96f5a0e 100644 --- a/WebCore/loader/appcache/ApplicationCacheResource.h +++ b/WebCore/loader/appcache/ApplicationCacheResource.h @@ -40,8 +40,7 @@ public: Explicit = 1 << 2, Foreign = 1 << 3, Fallback = 1 << 4, - Opportunistic = 1 << 5, - Dynamic = 1 << 6 + Dynamic = 1 << 5 }; static PassRefPtr<ApplicationCacheResource> create(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer = SharedBuffer::create()) |