Index: runtime/lib/vmservice_patch.dart |
diff --git a/runtime/lib/vmservice_patch.dart b/runtime/lib/vmservice_patch.dart |
index e0a2e024d1f691fec9f17540ec820bd3e613b61b..9e2dae64a127421de8af91f9865571e23d6676ad 100644 |
--- a/runtime/lib/vmservice_patch.dart |
+++ b/runtime/lib/vmservice_patch.dart |
@@ -4,7 +4,7 @@ |
@patch class Asset { |
/// Call to request assets from the embedder. |
- /* @patch */ static HashMap<String, Asset> request() { |
+ @patch static HashMap<String, Asset> request() { |
HashMap<String, Asset> assets = new HashMap<String, Asset>(); |
Uint8List tarBytes = _requestAssets(); |
if (tarBytes == null) { |