| Index: Source/bindings/v8/IDBBindingUtilities.h
|
| diff --git a/Source/bindings/v8/IDBBindingUtilities.h b/Source/bindings/v8/IDBBindingUtilities.h
|
| index 2b535d9a122c44b53aea0762d01dbdefdc4b29ce..66df4c1d029bb9f9e5e20724ea636ac324b9c185 100644
|
| --- a/Source/bindings/v8/IDBBindingUtilities.h
|
| +++ b/Source/bindings/v8/IDBBindingUtilities.h
|
| @@ -32,6 +32,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class BlobInfo;
|
| class DOMRequestState;
|
| class IDBKey;
|
| class IDBKeyPath;
|
| @@ -43,7 +44,7 @@ bool injectIDBKeyIntoScriptValue(DOMRequestState*, PassRefPtr<IDBKey>, ScriptVal
|
| PassRefPtr<IDBKey> createIDBKeyFromScriptValueAndKeyPath(DOMRequestState*, const ScriptValue&, const IDBKeyPath&);
|
| bool canInjectIDBKeyIntoScriptValue(DOMRequestState*, const ScriptValue&, const IDBKeyPath&);
|
| ScriptValue deserializeIDBValue(DOMRequestState*, PassRefPtr<SerializedScriptValue>);
|
| -ScriptValue deserializeIDBValueBuffer(DOMRequestState*, PassRefPtr<SharedBuffer>);
|
| +ScriptValue deserializeIDBValueBuffer(DOMRequestState*, PassRefPtr<SharedBuffer>, const Vector<BlobInfo>*);
|
| ScriptValue idbKeyToScriptValue(DOMRequestState*, PassRefPtr<IDBKey>);
|
| PassRefPtr<IDBKey> scriptValueToIDBKey(DOMRequestState*, const ScriptValue&);
|
| PassRefPtr<IDBKeyRange> scriptValueToIDBKeyRange(DOMRequestState*, const ScriptValue&);
|
|
|