mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +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:
parent
21ba485fd3
commit
7619dbdbb4
6 changed files with 60 additions and 58 deletions
|
@ -78,6 +78,7 @@ set(SOURCES
|
|||
DOM/Text.idl
|
||||
DOM/Timer.cpp
|
||||
DOM/Window.cpp
|
||||
DOMParsing/InnerHTML.cpp
|
||||
DOMTreeModel.cpp
|
||||
Dump.cpp
|
||||
FontCache.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue