diff options
Diffstat (limited to 'Libraries/LibWeb/Makefile')
-rw-r--r-- | Libraries/LibWeb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Makefile b/Libraries/LibWeb/Makefile index f5a1818d5a..700452655c 100644 --- a/Libraries/LibWeb/Makefile +++ b/Libraries/LibWeb/Makefile @@ -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 \ |