Lioncash a661025637 core/frontend/applets/web_browser: Make OpenPage() non-const
This is a function that definitely doesn't always have a non-modifying
behavior across all implementations, so this should be made non-const.

This gets rid of the need to mark data members as mutable to work around
the fact mutating data members needs to occur.
2019-01-17 11:19:52 -05:00
..
2018-12-02 15:46:44 -05:00
2018-10-19 04:12:28 -04:00
2018-10-21 22:03:25 -04:00
2018-12-02 15:49:40 -05:00