Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 1e4f042131a08da8a92a13b7d4ae77efa55bbd21..1e91d1e7c8d7425ca04e1c2775f3048f94e4c4cf 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1603,7 +1603,7 @@ class RawLanguageError : public RawError { |
} |
TokenPosition token_pos_; // Source position in script_. |
bool report_after_token_; // Report message at or after the token. |
- int8_t kind_; // Of type LanguageError::Kind. |
+ int8_t kind_; // Of type Report::Kind. |
}; |