summaryrefslogtreecommitdiff
path: root/Libraries/LibHTML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibHTML/Makefile')
-rw-r--r--Libraries/LibHTML/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibHTML/Makefile b/Libraries/LibHTML/Makefile
index 64f0d47324..a0518ad08a 100644
--- a/Libraries/LibHTML/Makefile
+++ b/Libraries/LibHTML/Makefile
@@ -34,6 +34,7 @@ LIBHTML_OBJS = \
DOM/Node.o \
DOM/ParentNode.o \
DOM/Text.o \
+ DOMElementStyleModel.o \
DOMTreeModel.o \
Dump.o \
FontCache.o \