Commit 7dc5078
Fix util_mac.mm: explicit cast void* -> NSView* for ARM64
cef_window_handle_t changed from a #define alias to typedef void*,
making the implicit void* -> NSView* conversion a compile error.
Use the CAST_CEF_WINDOW_HANDLE_TO_NSVIEW macro (ARC-aware).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 3115614 commit 7dc5078
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
0 commit comments