| Index: Source/WebCore/Modules/webdatabase/SQLException.cpp
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLException.cpp b/Source/WebCore/Modules/webdatabase/SQLException.cpp
|
| index e70d71f534b5a89139c5448eb4809d382a155016..cf414f949d9c2ee06549ff270b24ed043a18dd1d 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLException.cpp
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLException.cpp
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SQL_DATABASE)
|
| -
|
| #include "SQLException.h"
|
|
|
| namespace WebCore {
|
| @@ -67,5 +65,3 @@ bool SQLException::initializeDescription(ExceptionCode ec, ExceptionCodeDescript
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SQL_DATABASE)
|
|
|