LibWeb: Add NavigatorObject to Makefile

This commit is contained in:
Linus Groh 2020-04-03 18:45:18 +01:00 committed by Andreas Kling
parent 07049f98ec
commit c26bef0e53
Notes: sideshowbarker 2024-07-19 07:58:24 +09:00

View file

@ -7,6 +7,7 @@ LIBWEB_OBJS = \
Bindings/EventTargetWrapper.o \
Bindings/HTMLCanvasElementWrapper.o \
Bindings/MouseEventWrapper.o \
Bindings/NavigatorObject.o \
Bindings/NodeWrapper.o \
Bindings/WindowObject.o \
Bindings/Wrappable.o \