summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/WebIDBFactoryImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebIDBFactoryImpl.h')
-rwxr-xr-xSource/WebKit/chromium/src/WebIDBFactoryImpl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/WebKit/chromium/src/WebIDBFactoryImpl.h b/Source/WebKit/chromium/src/WebIDBFactoryImpl.h
index 0ffd289..62bd9ed 100755
--- a/Source/WebKit/chromium/src/WebIDBFactoryImpl.h
+++ b/Source/WebKit/chromium/src/WebIDBFactoryImpl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -29,6 +29,8 @@
#ifndef WebIDBFactoryImpl_h
#define WebIDBFactoryImpl_h
+#if ENABLE(INDEXED_DATABASE)
+
#include "WebDOMStringList.h"
#include "WebIDBFactory.h"
#include <wtf/RefPtr.h>
@@ -50,4 +52,6 @@ private:
} // namespace WebKit
+#endif // ENABLE(INDEXED_DATABASE)
+
#endif // WebIDBFactoryImpl_h