Index: Source/web/WebKit.cpp |
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp |
index 754c02d3b4a8a5ec003bdbcd31814a0add333528..a8075ace7f422ee76d5ae159562d56ee14037432 100644 |
--- a/Source/web/WebKit.cpp |
+++ b/Source/web/WebKit.cpp |
@@ -31,7 +31,7 @@ |
#include "config.h" |
#include "WebKit.h" |
-#include "IDBFactoryBackendProxy.h" |
+#include "IndexedDBClientImpl.h" |
#include "RuntimeEnabledFeatures.h" |
#include "WebMediaPlayerClientImpl.h" |
#include "bindings/v8/V8Binding.h" |
@@ -185,7 +185,7 @@ void initializeWithoutV8(Platform* platform) |
// this, initializing this lazily probably doesn't buy us much. |
WTF::UTF8Encoding(); |
- WebCore::setIDBFactoryBackendInterfaceCreateFunction(blink::IDBFactoryBackendProxy::create); |
+ WebCore::setIndexedDBClientCreateFunction(blink::IndexedDBClientImpl::create); |
WebCore::MediaPlayer::setMediaEngineCreateFunction(blink::WebMediaPlayerClientImpl::create); |
} |