Skip to content

Commit 48798ed

Browse files
jodysankeygspencergoog
authored andcommitted
[fuchsia] Add missing static binding check. (flutter#23731)
1 parent 0a4b087 commit 48798ed

File tree

1 file changed

+1
-0
lines changed
  • shell/platform/fuchsia/dart-pkg/zircon/sdk_ext

1 file changed

+1
-0
lines changed

shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/system.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ uint64_t System::ClockGet(uint32_t clock_id) {
488488
V(System, VmoRead) \
489489
V(System, VmoWrite) \
490490
V(System, VmoMap) \
491+
V(System, ClockGetMonotonic) \
491492
V(System, ClockGet)
492493

493494
// clang-format: on

0 commit comments

Comments
 (0)