chore: bump chromium to 104.0.5073.0 (main) (#34272)

This commit is contained in:
electron-roller[bot]
2022-06-01 08:12:47 +02:00
committed by GitHub
parent 3849d19e14
commit 470396d6ac
112 changed files with 663 additions and 589 deletions

View File

@@ -226,7 +226,7 @@ void PrintPreviewMessageHandler::PrintToPDF(
print_render_frame_->SetPrintPreviewUI(
receiver_.BindNewEndpointAndPassRemote());
}
print_render_frame_->PrintPreview(options.Clone());
print_render_frame_->PrintPreview(options.GetDict().Clone());
}
gin_helper::Promise<v8::Local<v8::Value>>