On Wed, Jun 29, 2011 at 6:44 PM, Gabriel Charette <gch...@google.com> wrote: > Well looking at notice_global_symbol: > > The comments says that weak_global_object_name is set in it, but there > is nothing actually doing so... > > The only line of code containing weak_global_object_name in > notice_global_symbol is: > type = &weak_global_object_name; >
*type = name; does the setting. Thanks, Andrew Pinski