ladybird/Userland
MacDue 66a428ae03 LibJS+LibWeb: Return non-const types from Ptr class operators
Even if the pointer value is const, the value they point to is not
necessarily const, so these functions should not add the qualifier.

This also removes the redundant non-const implementations of these
operators.
2022-11-19 14:37:31 +00:00
..
Applets
Applications ThemeEditor: Update GML and polish interface 2022-11-19 11:04:11 +01:00
Demos
DevTools
DynamicLoader
Games
Libraries LibJS+LibWeb: Return non-const types from Ptr class operators 2022-11-19 14:37:31 +00:00
Services WebContent: Add missing user prompt handling steps 2022-11-18 12:21:57 +00:00
Shell
Utilities
CMakeLists.txt