| Index: runtime/vm/class_finalizer.h
|
| ===================================================================
|
| --- runtime/vm/class_finalizer.h (revision 13630)
|
| +++ runtime/vm/class_finalizer.h (working copy)
|
| @@ -29,7 +29,7 @@
|
| public:
|
| // Modes for type resolution and finalization. The ordering is relevant.
|
| enum FinalizationKind {
|
| - kIgnore, // Type is ignored and replaced by Dynamic.
|
| + kIgnore, // Type is ignored and replaced by dynamic.
|
| kDoNotResolve, // Type resolution is postponed.
|
| kTryResolve, // Type resolution is attempted.
|
| kFinalize, // Type resolution and type finalization are
|
|
|