Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index e249fdede7a89374b786a7bd893b409042746bd9..98c3700bfcf52aa0fae878a7f7a33a316ba39490 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1591,7 +1591,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. |
}; |