| Index: sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| index 372c4d41ead2cafc216b6aebe20836bff8a2593e..e60fb94d59854622d1a0b4a62e47581039cbee8a 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/core_patch.dart
|
| @@ -95,7 +95,7 @@ patch class Error {
|
| }
|
|
|
|
|
| -// Patch for Date implementation.
|
| +// Patch for DateTime implementation.
|
| patch class _DateImpl {
|
| patch _DateImpl(int year,
|
| int month,
|
|
|