This is a backport PR for branch 34-x-y
codebytere

#46286: fix: build failure when printing is disabled

Merged
Created: Mar 26, 2025, 5:36:52 AM
Merged: Mar 26, 2025, 9:46:59 AM
1 comments
Target: 34-x-y

Backport of #46283.

See that PR for details.

Notes: Fixed build failure when building with printing disabled.

Backport Information

Original PR Author
ckerr
Original PR Status
Merged
Original PR Merged At
Mar 26, 2025, 4:04:39 AM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron