1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

LibWeb: Clean up static function in header

'static' for a function means that the symbol shall not be made public
for the result of the current compilation unit. This does not make sense
in a header, especially not if it's a large function that is used in
more than one place and not that performance-sensitive.
This commit is contained in:
Ben Wiederhake 2021-10-02 22:45:37 +02:00 committed by Linus Groh
parent 21ba485fd3
commit 7619dbdbb4
6 changed files with 60 additions and 58 deletions

View file

@ -78,6 +78,7 @@ set(SOURCES
DOM/Text.idl
DOM/Timer.cpp
DOM/Window.cpp
DOMParsing/InnerHTML.cpp
DOMTreeModel.cpp
Dump.cpp
FontCache.cpp