Skip to content

Commit

Permalink
Fix compile error introduce in flutter#5473. (flutter#5488)
Browse files Browse the repository at this point in the history
Fix compile error introduced in flutter#5473.
  • Loading branch information
sbaranov authored Jun 7, 2018
1 parent f51b6b3 commit 8c6953f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/platform/android/platform_view_android_jni.cc
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ static void RunBundleAndSnapshot(
bundlepath));
} else {
asset_manager->PushBack(std::make_unique<blink::DirectoryAssetBundle>(
fml::OpenFile(bundlepath.c_str(), fml::OpenPermission::kRead, true),
bundlepath));
fml::OpenFile(bundlepath.c_str(), fml::OpenPermission::kRead, true)));
}

// Use the last path component of the bundle path to determine the
Expand Down

0 comments on commit 8c6953f

Please sign in to comment.