Index: sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart b/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart |
index 0d53b50901d1b7a068c8978611c7d12ea9f806a5..2f9a0f09b97957fb5c33da8513bbe37ebb97d7c0 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/shared/embedded_names.dart |
@@ -317,7 +317,8 @@ enum JsGetName { |
OPERATOR_AS_PREFIX, |
/// Name used for generated function types on classes and methods. |
SIGNATURE_NAME, |
- /// Name used to store runtime-type information. |
+ /// Name of JavaScript property used to store runtime-type information on |
+ /// instances of parametrized classes. |
ahe
2017/02/23 12:58:11
I think the common spelling is "parameterized".
|
RTI_NAME, |
/// Name used to tag typedefs. |
TYPEDEF_TAG, |