Issue #2124/2662: Cleaning of code

This commit is contained in:
MeladJM 2025-07-05 22:22:57 +08:00 committed by roytam1
commit dae72b452c
2 changed files with 1 additions and 9 deletions

View file

@ -823,7 +823,7 @@ Declaration::GetPropertyValueInternal(
return;
}
bool isCurrentColor =
isCurrentColor =
colorValue->GetUnit() == eCSSUnit_EnumColor &&
colorValue->GetIntValue() == NS_COLOR_CURRENTCOLOR;