• E
    Fix CreatePlatformServiceProvider to allow calling more than once. · cc491e94
    Eric Seidel 提交于
    The previous implementation would (silently) delete any previous
    ServiceProviderImpl which would close all open mojo pipes.
    This would manfiest in the mojo:network_service never
    responding to Dart's request for loads.
    
    This mostly fixes issue #256, however there still appears to be
    a separate display-only race, which may be related to issue #52.
    
    R=abarth@google.com
    cc491e94
platform_service_provider_mac.cc 2.0 KB