Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
| index bf80f7552974ef3281aeed86bf35a10d7e700676..b3063fea76c71d2fbf90bbe3774420cb393fd5ee 100644 |
| --- a/runtime/vm/bootstrap_natives.h |
| +++ b/runtime/vm/bootstrap_natives.h |
| @@ -404,6 +404,7 @@ namespace dart { |
| V(VMService_OnExit, 0) \ |
| V(VMService_ListenStream, 1) \ |
| V(VMService_CancelStream, 1) \ |
| + V(VMService_RequestAssets, 0) \ |
| class BootstrapNatives : public AllStatic { |
| public: |