| Index: ppapi/proxy/serialized_var.cc
|
| diff --git a/ppapi/proxy/serialized_var.cc b/ppapi/proxy/serialized_var.cc
|
| index eb2033318d6097d30d3bb403d078ea5670981d41..7b2a8e36ca72ae80cd54f2f42201352d3d72168e 100644
|
| --- a/ppapi/proxy/serialized_var.cc
|
| +++ b/ppapi/proxy/serialized_var.cc
|
| @@ -147,7 +147,8 @@ void SerializedVar::Inner::WriteToMessage(IPC::Message* m) const {
|
| }
|
| }
|
|
|
| -bool SerializedVar::Inner::ReadFromMessage(const IPC::Message* m, void** iter) {
|
| +bool SerializedVar::Inner::ReadFromMessage(const IPC::Message* m,
|
| + PickleIterator* iter) {
|
| #ifndef NDEBUG
|
| // We should only deserialize something once or will end up with leaked
|
| // references.
|
|
|