fcl-css: fixed compile

This commit is contained in:
mattias 2022-09-14 21:49:39 +02:00
parent 9156d10257
commit 6a0e8feeba

View File

@ -609,14 +609,14 @@ end;
function TCSSResolver.SelectorArrayMatches(anArray: TCSSArrayElement;
const TestNode: TCSSNode): TCSSSpecifity;
var
{$IFDEF VerboseCSSResolver}
i: integer;
{$ENDIF}
El: TCSSElement;
C: TClass;
AttrID: TCSSNumericalID;
{$IFDEF VerboseCSSResolver}
i: integer;
aValue: TCSSString;
OldStringComparison: TCSSResStringComparison;
{$ENDIF}
aValue: TCSSString;
begin
Result:=CSSSpecifityInvalid;
if anArray.Prefix<>nil then