Line 873 of unit WEBLib.TMSWEBCustomControl
should be fixed from
{$ELSE}
TControlProtected = class(TControl);
to
{$ELSEIF DEFINED(FMXLIB)}
TControlProtected = class(TControl);
to get rid of pas2js hint
WEBLib.TMSWEBCustomControl.pas(874): Local class "TControlProtected" not used