Chromium Code Reviews| Index: runtime/lib/null_patch.dart |
| diff --git a/runtime/lib/null_patch.dart b/runtime/lib/null_patch.dart |
| index eb5db12e53cb17acc635b7ce5f467ce34faf9855..06cacd35b9cd9b9e1f36eb04b4f6d6d39f8f1074 100644 |
| --- a/runtime/lib/null_patch.dart |
| +++ b/runtime/lib/null_patch.dart |
| @@ -4,7 +4,8 @@ |
| // Dart core library. |
| -@patch class Null { |
| +@patch |
| +class Null { |
| static const _HASH_CODE = 2011; // The year Dart was announced and a prime. |
| @patch |