diff options
Diffstat (limited to 'WebCore/page/PageGroup.h')
-rw-r--r-- | WebCore/page/PageGroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/PageGroup.h b/WebCore/page/PageGroup.h index 6a3518e..fcad773 100644 --- a/WebCore/page/PageGroup.h +++ b/WebCore/page/PageGroup.h @@ -74,6 +74,7 @@ namespace WebCore { #endif #if ENABLE(INDEXED_DATABASE) IDBFactoryBackendInterface* idbFactory(); + bool hasIDBFactory() { return m_factoryBackend; } #endif void addUserScriptToWorld(DOMWrapperWorld*, const String& source, const KURL&, |