mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
mojo_shell can't handle loading the same DLL from two different URLs. The extra trailing slash was causing us to load the network_service DLL twice. R=ojan@chromium.org, eseidel@chromium.org Review URL: https://codereview.chromium.org/687703002