| Index: sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/core_patch.dart b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| index b95f9f130bb4ee0f5209d167ffe4c4390213e3fe..dd8331c7892b1975b2594ce44f9fd4abbd015041 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| @@ -593,7 +593,7 @@ class NoSuchMethodError {
|
|
|
| class _CompileTimeError extends Error {
|
| final String _errorMsg;
|
| - // TODO(sigmund): consider calling `JS("", "debugger")`.
|
| + // TODO(sigmund): consider calling `JS('', 'debugger')`.
|
| _CompileTimeError(this._errorMsg);
|
| String toString() => _errorMsg;
|
| }
|
|
|