| Index: ppapi/generators/idl_c_proto.py
|
| diff --git a/ppapi/generators/idl_c_proto.py b/ppapi/generators/idl_c_proto.py
|
| index d6b9ebc563703e062561c2b136baa270ba7dad17..d5c99a7095df73788499ce4088762ee7f90a9b06 100755
|
| --- a/ppapi/generators/idl_c_proto.py
|
| +++ b/ppapi/generators/idl_c_proto.py
|
| @@ -620,7 +620,7 @@ class CGen(object):
|
| newest_dev = rel
|
| last_rel = build_list[-1]
|
|
|
| - # TODO(noelallen) : Bug 157017 finish multiversion support
|
| + # TODO(bradnelson) : Bug 157017 finish multiversion support
|
| if node.IsA('Struct'):
|
| if len(build_list) != 1:
|
| node.Error('Can not support multiple versions of node.')
|
|
|