Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: runtime/vm/class_finalizer.cc

Issue 2759393005: Cleanup change. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/aot_optimizer.cc ('k') | runtime/vm/code_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_finalizer.cc
diff --git a/runtime/vm/class_finalizer.cc b/runtime/vm/class_finalizer.cc
index 4baec475356187dc0b623a5a520adf8cb77132a7..6d834559091b5d0cbf204b41578de87c54b3ae20 100644
--- a/runtime/vm/class_finalizer.cc
+++ b/runtime/vm/class_finalizer.cc
@@ -3302,7 +3302,7 @@ RawType* ClassFinalizer::NewFinalizedMalformedType(const Error& prev_error,
UnresolvedClass::Handle(UnresolvedClass::New(LibraryPrefix::Handle(),
Symbols::Empty(), type_pos));
const Type& type = Type::Handle(
- Type::New(unresolved_class, TypeArguments::Handle(), type_pos));
+ Type::New(unresolved_class, Object::null_type_arguments(), type_pos));
MarkTypeMalformed(prev_error, script, type, format, args);
va_end(args);
ASSERT(type.IsMalformed());
« no previous file with comments | « runtime/vm/aot_optimizer.cc ('k') | runtime/vm/code_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698