Chromium Code Reviews| Index: runtime/vm/ast.h |
| =================================================================== |
| --- runtime/vm/ast.h (revision 1593) |
| +++ runtime/vm/ast.h (working copy) |
| @@ -1674,9 +1674,6 @@ |
| ASSERT(type_arguments_.IsZoneHandle()); |
| ASSERT(constructor_.IsZoneHandle()); |
| ASSERT(arguments_ != NULL); |
| - ASSERT(type_arguments_.IsNull() || |
| - (type_arguments_.Length() == |
| - Class::Handle(constructor_.owner()).NumTypeArguments())); |
| } |
| const TypeArguments& type_arguments() const { return type_arguments_; } |