deepak1556

#47959: chore: move gin::Handle to gin_helper

Merged
Created: Aug 4, 2025, 5:38:41 AM
Merged: Aug 4, 2025, 12:03:06 PM
5 comments
Target: main

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-flight
PR Number
#48016
Waiting to be merged

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