| Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.h b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.h
|
| index 37f7d0baa64216870783ad015d614e2e61ed2103..c7f30171175996bef72d5840b44280e1c8a3ba2b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.h
|
| @@ -37,7 +37,6 @@ protected:
|
| // V8. When serialization is successful, |didThrow| is false.
|
| virtual PassRefPtr<SerializedScriptValue> create(v8::Isolate*, v8::Local<v8::Value>, Transferables*, WebBlobInfoArray*, ExceptionState&);
|
| PassRefPtr<SerializedScriptValue> create(v8::Isolate*, v8::Local<v8::Value>, SerializedScriptValueWriter&, Transferables*, WebBlobInfoArray*, ExceptionState&);
|
| - PassRefPtr<SerializedScriptValue> create(const String&);
|
|
|
| v8::Local<v8::Value> deserialize(SerializedScriptValue*, v8::Isolate*, MessagePortArray*, const WebBlobInfoArray*);
|
|
|
|
|