Chromium Code Reviews| Index: runtime/lib/vmservice.cc |
| diff --git a/runtime/lib/vmservice.cc b/runtime/lib/vmservice.cc |
| index 9a2cb2a7f45a7c96b959d97fdbb4a8a187c589c1..34799456da72cb11b4fcb5f18a06e7d1ae642917 100644 |
| --- a/runtime/lib/vmservice.cc |
| +++ b/runtime/lib/vmservice.cc |
| @@ -146,4 +146,9 @@ DEFINE_NATIVE_ENTRY(VMService_CancelStream, 1) { |
| return Object::null(); |
| } |
| + |
| +DEFINE_NATIVE_ENTRY(VMService_RequestAssets, 0) { |
| + return Service::RequestAssets(); |
| +} |
| + |
| } // namespace dart |