Chromium Code Reviews| Index: runtime/vm/parser.cc |
| diff --git a/runtime/vm/parser.cc b/runtime/vm/parser.cc |
| index a3c43dd38eb8eebc88b995752360f0135ea1d19d..cf1d9673bc4e413605cf36886c5930f884081b05 100644 |
| --- a/runtime/vm/parser.cc |
| +++ b/runtime/vm/parser.cc |
| @@ -956,7 +956,7 @@ SequenceNode* Parser::ParseStaticConstGetter(const Function& func) { |
| ident_pos, |
| field, |
| new LiteralNode(ident_pos, Instance::ZoneHandle()))); |
| - // TODO(regis): Exception to throw is not specified by spec. |
| + // TODO(regis, 5802): Exception to throw is not specified by spec. |
|
Lasse Reichstein Nielsen
2013/07/03 13:06:13
I think there was another issue too. Mentioned in
floitsch
2013/07/03 14:50:20
I closed the other.
|
| const String& circular_error = String::ZoneHandle( |
| Symbols::New("circular dependency in field initialization")); |
| report_circular->Add( |