| Index: runtime/bin/common_patch.dart
|
| diff --git a/runtime/bin/common_patch.dart b/runtime/bin/common_patch.dart
|
| index 31fa7fa88e4534ab2fd4487902207d16b668dad4..55e2c8774f12e6302355fefadbbfbbab37dc1016 100644
|
| --- a/runtime/bin/common_patch.dart
|
| +++ b/runtime/bin/common_patch.dart
|
| @@ -6,3 +6,7 @@ patch class _IOCrypto {
|
| /* patch */ static Uint8List getRandomBytes(int count)
|
| native "Crypto_GetRandomBytes";
|
| }
|
| +
|
| +patch class _DartAPI {
|
| + static void _sendPriority(port, msg) native "DartAPI_SendPriority";
|
| +}
|
|
|