mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
The setter branch was deriving source_context from getter-> instead of setter->. Currently latent since the only call site passes both from the same preload context, but this would crash or mis-resolve if a future call site passed a setter without a getter or from a different context.