Skip to content

Commit

Permalink
fix: remove 'NOTREACHED()' from 'GetWindowResizeEdge' (electron#31470)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaurencin authored and t57ser committed Oct 29, 2021
1 parent d9f07e0 commit e5659f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/browser/native_window_views_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ gfx::ResizeEdge GetWindowResizeEdge(WPARAM param) {
case WMSZ_BOTTOMRIGHT:
return gfx::ResizeEdge::kBottomRight;
default:
NOTREACHED();
return gfx::ResizeEdge::kBottomRight;
}
}
Expand Down

0 comments on commit e5659f0

Please sign in to comment.