| Index: Source/bindings/modules/v8/V8BindingForModules.h
|
| diff --git a/Source/bindings/modules/v8/V8BindingForModules.h b/Source/bindings/modules/v8/V8BindingForModules.h
|
| index 4919633efa064d8287c418309145bfd87ba44a5a..c40a4b97f3e9b5c91a378e2bb070baf3abc75fc9 100644
|
| --- a/Source/bindings/modules/v8/V8BindingForModules.h
|
| +++ b/Source/bindings/modules/v8/V8BindingForModules.h
|
| @@ -24,8 +24,6 @@ bool injectV8KeyIntoV8Value(v8::Isolate*, v8::Local<v8::Value> key, v8::Local<v8
|
| // For use by Source/modules/indexeddb:
|
| IDBKey* createIDBKeyFromScriptValueAndKeyPath(v8::Isolate*, const ScriptValue&, const IDBKeyPath&);
|
| bool canInjectIDBKeyIntoScriptValue(v8::Isolate*, const ScriptValue&, const IDBKeyPath&);
|
| -IDBKey* scriptValueToIDBKey(v8::Isolate*, const ScriptValue&);
|
| -IDBKeyRange* scriptValueToIDBKeyRange(v8::Isolate*, const ScriptValue&);
|
| ScriptValue deserializeScriptValue(ScriptState*, SerializedScriptValue*, const Vector<blink::WebBlobInfo>*);
|
|
|
| #if ENABLE(ASSERT)
|
|
|