mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
We weren't serializing nativeImages properly in the remote module, leading to gin conversion errors when trying to, for example, create a new context menu in the renderer with icons using nativeImage. This fixes that by adding a new special case to handle them.