| Index: third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h b/third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
|
| index b133793e484c030686d9dfcd6952ffca0a7397bc..71e9d937cf5ec02b92cc1cf531104800b85e190c 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
|
| @@ -17,7 +17,6 @@ public:
|
| SerializedScriptValueForModulesFactory() : SerializedScriptValueFactory() { }
|
|
|
| PassRefPtr<SerializedScriptValue> create(v8::Isolate*, v8::Local<v8::Value>, Transferables*, WebBlobInfoArray*, ExceptionState&) override;
|
| - PassRefPtr<SerializedScriptValue> create(v8::Isolate*, const String&) override;
|
|
|
| protected:
|
| ScriptValueSerializer::Status doSerialize(v8::Local<v8::Value>, SerializedScriptValueWriter&, Transferables*, WebBlobInfoArray*, BlobDataHandleMap&, v8::TryCatch&, String& errorMessage, v8::Isolate*) override;
|
| @@ -28,4 +27,3 @@ protected:
|
| } // namespace blink
|
|
|
| #endif // SerializedScriptValueForModulesFactory_h
|
| -
|
|
|