| Index: third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.cpp b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.cpp
|
| index 5b01a7abe72d7f44377a2554ff0f6924cee419de..9ef4f1ad122fb17a48e74c2c59df7a0cd33777e2 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/SerializedScriptValueFactory.cpp
|
| @@ -53,12 +53,6 @@ PassRefPtr<SerializedScriptValue> SerializedScriptValueFactory::create(v8::Isola
|
| return create(isolate, value, writer, transferables, blobInfo, exceptionState);
|
| }
|
|
|
| -PassRefPtr<SerializedScriptValue> SerializedScriptValueFactory::createAndSwallowExceptions(v8::Isolate* isolate, v8::Local<v8::Value> value)
|
| -{
|
| - TrackExceptionState exceptionState;
|
| - return create(isolate, value, nullptr, nullptr, exceptionState);
|
| -}
|
| -
|
| PassRefPtr<SerializedScriptValue> SerializedScriptValueFactory::create(const String& data)
|
| {
|
| SerializedScriptValueWriter writer;
|
|
|