| Index: third_party/WebKit/Source/bindings/modules/v8/ScriptValueSerializerForModules.h
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/ScriptValueSerializerForModules.h b/third_party/WebKit/Source/bindings/modules/v8/ScriptValueSerializerForModules.h
|
| index d083e128bea4873cc8d7be00edc04eae05cdf21b..d661459f9ef6363ef477c15c84d3461d49383ac1 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/ScriptValueSerializerForModules.h
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/ScriptValueSerializerForModules.h
|
| @@ -50,7 +50,7 @@ public:
|
| {
|
| }
|
|
|
| - bool read(v8::Local<v8::Value>*, ScriptValueCompositeCreator&) override;
|
| + bool read(v8::Local<v8::Value>*, ScriptValueDeserializer&) override;
|
|
|
| private:
|
| bool readDOMFileSystem(v8::Local<v8::Value>*);
|
|
|