| Index: webkit/appcache/appcache_export.h
|
| diff --git a/webkit/appcache/appcache_export.h b/webkit/appcache/appcache_export.h
|
| index 130816a7de7ae70fbcfcd63865ce4da149b0265f..ece56ee088b364d439ae08548ff3ad5981b79433 100644
|
| --- a/webkit/appcache/appcache_export.h
|
| +++ b/webkit/appcache/appcache_export.h
|
| @@ -6,8 +6,7 @@
|
| #define WEBKIT_APPCACHE_APPCACHE_EXPORT_H_
|
| #pragma once
|
|
|
| -// TODO(dpranke): Uncomment to enable appcache component build.
|
| -#if 0 // defined(COMPONENT_BUILD)
|
| +#if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
|
|
| #if defined(APPCACHE_IMPLEMENTATION)
|
|
|