mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 16:30:16 +02:00
fcl-css: fixed compile
This commit is contained in:
parent
9156d10257
commit
6a0e8feeba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user