diff options
Diffstat (limited to 'Source/WebCore/fileapi/OperationNotAllowedException.cpp')
| -rw-r--r-- | Source/WebCore/fileapi/OperationNotAllowedException.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/fileapi/OperationNotAllowedException.cpp b/Source/WebCore/fileapi/OperationNotAllowedException.cpp index e97cfa035..2c9bc8e11 100644 --- a/Source/WebCore/fileapi/OperationNotAllowedException.cpp +++ b/Source/WebCore/fileapi/OperationNotAllowedException.cpp @@ -28,7 +28,7 @@ #include "config.h" -#if ENABLE(BLOB) || ENABLE(FILE_SYSTEM) +#if ENABLE(BLOB) #include "OperationNotAllowedException.h" @@ -65,4 +65,4 @@ bool OperationNotAllowedException::initializeDescription(ExceptionCode ec, Excep } // namespace WebCore -#endif // ENABLE(BLOB) || ENABLE(FILE_SYSTEM) +#endif // ENABLE(BLOB) |
