diff options
Diffstat (limited to 'webkit/appcache/appcache_export.h')
-rw-r--r-- | webkit/appcache/appcache_export.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_export.h b/webkit/appcache/appcache_export.h index ece56ee..130816a 100644 --- a/webkit/appcache/appcache_export.h +++ b/webkit/appcache/appcache_export.h @@ -6,7 +6,8 @@ #define WEBKIT_APPCACHE_APPCACHE_EXPORT_H_ #pragma once -#if defined(COMPONENT_BUILD) +// TODO(dpranke): Uncomment to enable appcache component build. +#if 0 // defined(COMPONENT_BUILD) #if defined(WIN32) #if defined(APPCACHE_IMPLEMENTATION) |