| Index: Source/bindings/modules/v8/V8BindingForModules.h
|
| diff --git a/Source/bindings/modules/v8/V8BindingForModules.h b/Source/bindings/modules/v8/V8BindingForModules.h
|
| index d1b90712cf07aee35930e2cdd4fbb34fde0735eb..7e7dd2c12354c08c78d9c46c5f38f9843ddca5fd 100644
|
| --- a/Source/bindings/modules/v8/V8BindingForModules.h
|
| +++ b/Source/bindings/modules/v8/V8BindingForModules.h
|
| @@ -25,7 +25,7 @@ MODULES_EXPORT bool injectV8KeyIntoV8Value(v8::Isolate*, v8::Local<v8::Value> ke
|
|
|
| // For use by Source/modules/indexeddb (and unit testing):
|
| MODULES_EXPORT bool canInjectIDBKeyIntoScriptValue(v8::Isolate*, const ScriptValue&, const IDBKeyPath&);
|
| -ScriptValue deserializeScriptValue(ScriptState*, SerializedScriptValue*, const Vector<blink::WebBlobInfo>*);
|
| +ScriptValue deserializeScriptValue(ScriptState*, SerializedScriptValue*, const Vector<WebBlobInfo>*);
|
|
|
| #if ENABLE(ASSERT)
|
| void assertPrimaryKeyValidOrInjectable(ScriptState*, const IDBValue*);
|
|
|