mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:37:45 +00:00
Browser+LibHTML: Deduplicate inspector code
The `DOMElementStyleModel` and `DOMComputedElementStyleModel` classes were replaced by the `StylePropertiesModel`.
This commit is contained in:
parent
988d1deca8
commit
2ced4c4ec7
7 changed files with 60 additions and 145 deletions
|
@ -34,8 +34,7 @@ LIBHTML_OBJS = \
|
|||
DOM/Node.o \
|
||||
DOM/ParentNode.o \
|
||||
DOM/Text.o \
|
||||
DOMElementStyleModel.o \
|
||||
DOMComputedElementStyleModel.o \
|
||||
StylePropertiesModel.o \
|
||||
DOMTreeModel.o \
|
||||
Dump.o \
|
||||
FontCache.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue