From c26bef0e53a168ca03ecda9085ec106c936bf313 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 3 Apr 2020 18:45:18 +0100 Subject: [PATCH] LibWeb: Add NavigatorObject to Makefile --- Libraries/LibWeb/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \