mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
nullptr is converted to fml::Status::OK(nullptr), which we don't null check. Change this to consistently use fml::Status Discovered in https://github.com/flutter/flutter/issues/148851