| Index: sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| index 4128afe1d9cfa725c4ba91705f6b9ae0a747c668..56bf967f898966410c89688f59d86c500995affa 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart
|
| @@ -1569,7 +1569,7 @@ class JavaScriptBackend extends Backend {
|
|
|
| /// Called when resolving the `Symbol` constructor.
|
| void registerSymbolConstructor(TreeElements elements) {
|
| - // Make sure that collection_dev.Symbol.validated is registered.
|
| + // Make sure that _internals.Symbol.validated is registered.
|
| assert(compiler.symbolValidatedConstructor != null);
|
| enqueueInResolution(compiler.symbolValidatedConstructor, elements);
|
| }
|
|
|