diff options
Diffstat (limited to 'WebCore/bindings/v8/IDBBindingUtilities.h')
-rw-r--r-- | WebCore/bindings/v8/IDBBindingUtilities.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/bindings/v8/IDBBindingUtilities.h b/WebCore/bindings/v8/IDBBindingUtilities.h index 76f2bba..1a794b0 100644 --- a/WebCore/bindings/v8/IDBBindingUtilities.h +++ b/WebCore/bindings/v8/IDBBindingUtilities.h @@ -34,8 +34,11 @@ namespace WebCore { class IDBKey; +class SerializedScriptValue; +struct IDBKeyPathElement; PassRefPtr<IDBKey> createIDBKeyFromValue(v8::Handle<v8::Value>); +PassRefPtr<IDBKey> createIDBKeyFromSerializedValueAndKeyPath(PassRefPtr<SerializedScriptValue> value, const Vector<IDBKeyPathElement, 0>& keyPath); } |