mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Eliminates raw C asserts in the iOS and macOS embedders, replacing them with FML_DCHECK for consistency with the rest of the codebase. No semantic change so no changes to tests.