#47959: chore: move gin::Handle to gin_helper
Merged
Description of Change
Follow-up to #47958, for #47922
CL removing gin::Handle
https://chromium-review.googlesource.com/c/chromium/src/+/6798011
There is no functionality change in this PR
Release Notes
Notes: none
Backports
38-x-y
In-flightSemver 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