summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/appcache/DOMApplicationCache.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/appcache/DOMApplicationCache.idl')
-rw-r--r--WebCore/loader/appcache/DOMApplicationCache.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/loader/appcache/DOMApplicationCache.idl b/WebCore/loader/appcache/DOMApplicationCache.idl
index 4cf8f3a..1156c9c 100644
--- a/WebCore/loader/appcache/DOMApplicationCache.idl
+++ b/WebCore/loader/appcache/DOMApplicationCache.idl
@@ -43,7 +43,7 @@ module offline {
void swapCache()
raises(DOMException);
-#if ENABLE_APPLICATION_CAHE_DYNAMIC_ENTRIES
+#if defined(ENABLE_APPLICATION_CACHE_DYNAMIC_ENTRIES) && ENABLE_APPLICATION_CACHE_DYNAMIC_ENTRIES
// dynamic entries
readonly attribute DOMStringList items;
[Custom] boolean hasItem(in DOMString url)