| Index: Source/WebCore/Modules/filesystem/ErrorCallback.h
|
| diff --git a/Source/WebCore/Modules/filesystem/ErrorCallback.h b/Source/WebCore/Modules/filesystem/ErrorCallback.h
|
| index cceb354fc9d105da5e0e6ebc78b420ad717b1a84..4ca99f3f0e85b7065f12aec832cd9524acdb5031 100644
|
| --- a/Source/WebCore/Modules/filesystem/ErrorCallback.h
|
| +++ b/Source/WebCore/Modules/filesystem/ErrorCallback.h
|
| @@ -31,8 +31,6 @@
|
| #ifndef ErrorCallback_h
|
| #define ErrorCallback_h
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| -
|
| #include <wtf/RefCounted.h>
|
|
|
| namespace WebCore {
|
| @@ -47,6 +45,4 @@ public:
|
|
|
| } // namespace
|
|
|
| -#endif // ENABLE(FILE_SYSTEM)
|
| -
|
| #endif // ErrorCallback_h
|
|
|