| Index: ppapi/proxy/serialized_var.cc
|
| diff --git a/ppapi/proxy/serialized_var.cc b/ppapi/proxy/serialized_var.cc
|
| index eb7ba4efe70aa30836d062aa88f799e6842b9825..d00a7d39aab019db8b2a8ea4f49835a04ae0ef9f 100644
|
| --- a/ppapi/proxy/serialized_var.cc
|
| +++ b/ppapi/proxy/serialized_var.cc
|
| @@ -149,7 +149,7 @@
|
| #endif
|
| // When reading, the dispatcher should be set when we get a Deserialize
|
| // call (which will supply a dispatcher).
|
| - if (!iter->ReadBool(&is_valid_var_))
|
| + if (!m->ReadBool(iter, &is_valid_var_))
|
| return false;
|
| if (is_valid_var_) {
|
| raw_var_data_ = RawVarDataGraph::Read(m, iter);
|
|
|