Skip to content

Commit

Permalink
Update ICU initialization on Fuchsia (flutter#3695)
Browse files Browse the repository at this point in the history
The new pattern is needed to support the migration to service namespaces.
  • Loading branch information
abarth authored May 16, 2017
1 parent 0d94214 commit cf3424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_handler/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ App::App() {
io_task_runner // IO
));

if (!icu_data::Initialize(context_->environment_services().get())) {
if (!icu_data::Initialize(context_.get())) {
FTL_LOG(ERROR) << "Could not initialize ICU data.";
}

Expand Down

0 comments on commit cf3424a

Please sign in to comment.