ckerr

#45793: refactor: remove unused gin_helper::WrappableBase::GetWrapper(v8::Isolate*)

Merged
Created: Feb 24, 2025, 8:37:45 PM
Merged: Feb 25, 2025, 8:50:09 PM
4 comments
Target: main

Description of Change

Does what it says on the tin: removes an unused method, gin_helper::WrappableBase::GetWrapper(v8::Isolate*)

Checklist

Release Notes

Notes: none.

Backports

33-x-y
Merged
PR Number
#45809
Merged At
Feb 25, 2025, 11:51:17 PM
Released In
v33.4.2
Release Date
Feb 26, 2025, 1:06:52 PM
34-x-y
Merged
PR Number
#45807
Merged At
Feb 25, 2025, 11:52:04 PM
Released In
v34.3.0
Release Date
Feb 26, 2025, 1:07:44 PM
35-x-y
Merged
PR Number
#45808
Merged At
Feb 25, 2025, 11:51:45 PM
Released In
v35.0.0-beta.11
Release Date
Feb 27, 2025, 8:31:47 AM

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