Index: runtime/lib/resource_patch.dart |
diff --git a/runtime/lib/resource_patch.dart b/runtime/lib/resource_patch.dart |
index 0643516881ba6b5b7b355cc0ec81ba41a7b43249..e0db212642cc48f4f44eb30f666a1fd75057fbfb 100644 |
--- a/runtime/lib/resource_patch.dart |
+++ b/runtime/lib/resource_patch.dart |
@@ -2,8 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-patch class Resource { |
- /* patch */ const factory Resource(String uri) = _Resource; |
+@patch class Resource { |
+ /* @patch */ const factory Resource(String uri) = _Resource; |
} |
class _Resource implements Resource { |