diff options
Diffstat (limited to 'Libraries/LibJS/Makefile')
-rw-r--r-- | Libraries/LibJS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibJS/Makefile b/Libraries/LibJS/Makefile index 1434b82f84..7b84c3c845 100644 --- a/Libraries/LibJS/Makefile +++ b/Libraries/LibJS/Makefile @@ -43,6 +43,7 @@ OBJS = \ Runtime/StringConstructor.o \ Runtime/StringObject.o \ Runtime/StringPrototype.o \ + Runtime/Uint8ClampedArray.o \ Runtime/Value.o \ Token.o |