tizen beta release
[framework/web/webkit-efl.git] / Source / WebCore / storage / IDBFactoryBackendInterface.cpp
index c67af69..ac13652 100755 (executable)
 #error "Chromium should not compile this file and instead define its own version of this factory that navigates the multi-process boundry."
 #endif
 
-#if ENABLE(TIZEN_INDEXED_DATABASE)
-#include "IDBFactoryBackendEfl.h"
-#endif
-
 #if ENABLE(INDEXED_DATABASE)
 
 namespace WebCore {
 
 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create()
 {
-#if ENABLE(TIZEN_INDEXED_DATABASE)
-    return IDBFactoryBackendEfl::create();
-#else
     return IDBFactoryBackendImpl::create();
-#endif
 }
 
 } // namespace WebCore