summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLResultSetRowList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLResultSetRowList.cpp')
-rw-r--r--WebCore/storage/SQLResultSetRowList.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/storage/SQLResultSetRowList.cpp b/WebCore/storage/SQLResultSetRowList.cpp
index 5b5b943..c1e4844 100644
--- a/WebCore/storage/SQLResultSetRowList.cpp
+++ b/WebCore/storage/SQLResultSetRowList.cpp
@@ -29,6 +29,8 @@
#include "config.h"
#include "SQLResultSetRowList.h"
+#if ENABLE(DATABASE)
+
namespace WebCore {
unsigned SQLResultSetRowList::length() const
@@ -42,3 +44,5 @@ unsigned SQLResultSetRowList::length() const
}
}
+
+#endif