| Index: runtime/lib/resource_patch.dart
|
| diff --git a/runtime/lib/resource_patch.dart b/runtime/lib/resource_patch.dart
|
| index e0db212642cc48f4f44eb30f666a1fd75057fbfb..76a7a9c05530bd0cac74c86618faa560a37ac1ea 100644
|
| --- a/runtime/lib/resource_patch.dart
|
| +++ b/runtime/lib/resource_patch.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @patch class Resource {
|
| - /* @patch */ const factory Resource(String uri) = _Resource;
|
| + @patch const factory Resource(String uri) = _Resource;
|
| }
|
|
|
| class _Resource implements Resource {
|
|
|