зеркало из https://github.com/mozilla/gecko-dev.git
minor warning fix
This commit is contained in:
Родитель
f46f962a06
Коммит
784b45d3ce
|
@ -2954,6 +2954,8 @@ PRBool CSSParserImpl::ParseSingleValueProperty(PRInt32& aErrorCode,
|
|||
nsCSSProps::kWhitespaceKTable);
|
||||
case eCSSProperty_z_index:
|
||||
return ParseVariant(aErrorCode, aValue, VARIANT_AHI, nsnull);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
|
|
@ -2954,6 +2954,8 @@ PRBool CSSParserImpl::ParseSingleValueProperty(PRInt32& aErrorCode,
|
|||
nsCSSProps::kWhitespaceKTable);
|
||||
case eCSSProperty_z_index:
|
||||
return ParseVariant(aErrorCode, aValue, VARIANT_AHI, nsnull);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
|
|
@ -2954,6 +2954,8 @@ PRBool CSSParserImpl::ParseSingleValueProperty(PRInt32& aErrorCode,
|
|||
nsCSSProps::kWhitespaceKTable);
|
||||
case eCSSProperty_z_index:
|
||||
return ParseVariant(aErrorCode, aValue, VARIANT_AHI, nsnull);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче