Skip to content

Commit

Permalink
Fixing typo for OfferServiceProvider Mozart API (flutter#3698)
Browse files Browse the repository at this point in the history
  • Loading branch information
poitch authored May 17, 2017
1 parent c6b05f1 commit e3dd318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content_handler/runtime_holder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,10 @@ void RuntimeHolder::InitMozartInternal() {
DART_CHECK_VALID(Dart_SetNativeResolver(
mozart_internal, mozart::NativeLookup, mozart::NativeSymbol));

DART_CHECK_VALID(Dart_SetField(
mozart_internal, ToDart("_viewContainer"),
DartConverter<uint64_t>::ToDart(reinterpret_cast<intptr_t>(
static_cast<mozart::NativesDelegate*>(this)))));
DART_CHECK_VALID(
Dart_SetField(mozart_internal, ToDart("_context"),
DartConverter<uint64_t>::ToDart(reinterpret_cast<intptr_t>(
static_cast<mozart::NativesDelegate*>(this)))));

DART_CHECK_VALID(Dart_SetField(
mozart_internal, ToDart("_viewContainer"),
Expand Down

0 comments on commit e3dd318

Please sign in to comment.