Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix DartPerformanceMode enum mismatch
  • Loading branch information
iskakaushik committed Aug 30, 2022
commit 4b427767a1ad2cfec2a83081e815057a5d4ba24a
3 changes: 3 additions & 0 deletions lib/web_ui/lib/platform_dispatcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,7 @@ class Locale {

enum DartPerformanceMode {
balanced,
latency,
throughput,
memory,
}