mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: remove 'NOTREACHED()' from 'GetWindowResizeEdge' (#31479)
Co-authored-by: mlaurencin <mlaurencin@electronjs.org>
This commit is contained in:
@@ -158,7 +158,6 @@ gfx::ResizeEdge GetWindowResizeEdge(WPARAM param) {
|
||||
case WMSZ_BOTTOMRIGHT:
|
||||
return gfx::ResizeEdge::kBottomRight;
|
||||
default:
|
||||
NOTREACHED();
|
||||
return gfx::ResizeEdge::kBottomRight;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user