| Index: Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
 | 
| diff --git a/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h b/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
 | 
| index 55e6629708ae503a1a331fcc8695eb28bf22eb0c..8ec86c9e20e7b47f5ce7637fc38e8b60d151ca83 100644
 | 
| --- a/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
 | 
| +++ b/Source/bindings/modules/v8/SerializedScriptValueForModulesFactory.h
 | 
| @@ -15,13 +15,13 @@ class SerializedScriptValueForModulesFactory final : public SerializedScriptValu
 | 
|  public:
 | 
|      SerializedScriptValueForModulesFactory() : SerializedScriptValueFactory() { }
 | 
|  
 | 
| -    virtual PassRefPtr<SerializedScriptValue> create(v8::Isolate*, v8::Local<v8::Value>, MessagePortArray*, ArrayBufferArray*, WebBlobInfoArray*, ExceptionState&) override;
 | 
| -    virtual PassRefPtr<SerializedScriptValue> create(v8::Isolate*, const String&) override;
 | 
| +    PassRefPtr<SerializedScriptValue> create(v8::Isolate*, v8::Local<v8::Value>, MessagePortArray*, ArrayBufferArray*, WebBlobInfoArray*, ExceptionState&) override;
 | 
| +    PassRefPtr<SerializedScriptValue> create(v8::Isolate*, const String&) override;
 | 
|  
 | 
|  protected:
 | 
| -    virtual ScriptValueSerializer::Status doSerialize(v8::Local<v8::Value>, SerializedScriptValueWriter&, MessagePortArray*, ArrayBufferArray*, WebBlobInfoArray*, BlobDataHandleMap&, v8::TryCatch&, String& errorMessage, v8::Isolate*) override;
 | 
| +    ScriptValueSerializer::Status doSerialize(v8::Local<v8::Value>, SerializedScriptValueWriter&, MessagePortArray*, ArrayBufferArray*, WebBlobInfoArray*, BlobDataHandleMap&, v8::TryCatch&, String& errorMessage, v8::Isolate*) override;
 | 
|  
 | 
| -    virtual v8::Local<v8::Value> deserialize(String& data, BlobDataHandleMap& blobDataHandles, ArrayBufferContentsArray*, v8::Isolate*, MessagePortArray* messagePorts, const WebBlobInfoArray*) override;
 | 
| +    v8::Local<v8::Value> deserialize(String& data, BlobDataHandleMap& blobDataHandles, ArrayBufferContentsArray*, v8::Isolate*, MessagePortArray* messagePorts, const WebBlobInfoArray*) override;
 | 
|  };
 | 
|  
 | 
|  } // namespace blink
 | 
| 
 |