| Index: ppapi/proxy/serialized_var.cc
|
| diff --git a/ppapi/proxy/serialized_var.cc b/ppapi/proxy/serialized_var.cc
|
| index ad416db24dac220a56c43acb05ea19982a4f54e8..5352e8f946f69cc7867ec189b306615e913d4a06 100644
|
| --- a/ppapi/proxy/serialized_var.cc
|
| +++ b/ppapi/proxy/serialized_var.cc
|
| @@ -140,7 +140,7 @@ void SerializedVar::Inner::WriteToMessage(IPC::Message* m) const {
|
| break;
|
| case PP_VARTYPE_ARRAY:
|
| case PP_VARTYPE_DICTIONARY:
|
| - // TODO(brettw) when these are supported, implement this.
|
| + // TODO(yzshen) when these are supported, implement this.
|
| NOTIMPLEMENTED();
|
| break;
|
| }
|
| @@ -210,7 +210,7 @@ bool SerializedVar::Inner::ReadFromMessage(const IPC::Message* m,
|
| break;
|
| case PP_VARTYPE_ARRAY:
|
| case PP_VARTYPE_DICTIONARY:
|
| - // TODO(brettw) when these types are supported, implement this.
|
| + // TODO(yzshen) when these types are supported, implement this.
|
| NOTIMPLEMENTED();
|
| break;
|
| default:
|
|
|