fuchsia: Fix compile error after 19e6087bb

Bug: crashpad:196
Change-Id: I82cf1c5384ebfc2fb7882e69145b211c4b24f7c5
Reviewed-on: https://chromium-review.googlesource.com/1054576
Reviewed-by: Scott Graham <scottmg@chromium.org>
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Scott Graham 2018-05-10 17:29:31 -07:00 committed by Commit Bot
parent 95a052dc0d
commit cc1573cd52

View File

@ -34,7 +34,7 @@ bool ProcessSnapshotFuchsia::Initialize(zx_handle_t process) {
}
if (!process_reader_.Initialize(process) ||
!memory_range_.Initialize(process_reader_->Memory(), true)) {
!memory_range_.Initialize(process_reader_.Memory(), true)) {
return false;
}