From 5ddde30071f639962dd557c453f2ad01f8f0fd00 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Wed, 8 Sep 2010 12:18:00 +0100 Subject: Merge WebKit at r66666 : Initial merge by git. Change-Id: I57dedeb49859adc9c539e760f0e749768c66626f --- WebCore/storage/IDBKeyPathBackendImpl.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'WebCore/storage/IDBKeyPathBackendImpl.cpp') diff --git a/WebCore/storage/IDBKeyPathBackendImpl.cpp b/WebCore/storage/IDBKeyPathBackendImpl.cpp index 6cc9be5..b7c45c3 100644 --- a/WebCore/storage/IDBKeyPathBackendImpl.cpp +++ b/WebCore/storage/IDBKeyPathBackendImpl.cpp @@ -30,7 +30,11 @@ #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(INDEXED_DATABASE) + void IDBKeyPathBackendImpl::createIDBKeysFromSerializedValuesAndKeyPath(const Vector&, 0> values, const String& keyPath, Vector, 0>& keys) { // FIXME: Implement this method once JSC supports WireFormat for SerializedScriptValue. } + +#endif // ENABLE(INDEXED_DATABASE) -- cgit v1.1