cssnode: Fix a typo leading to very poor cache hashing

This commit is contained in:
Colomban Wendling 2015-11-01 02:31:53 +01:00 committed by Benjamin Otte
parent eef5f27fb4
commit 79a3a7800e

View File

@ -263,7 +263,7 @@ static guint
gtk_global_parent_cache_hash (gconstpointer item)
{
return gtk_css_node_declaration_hash (UNPACK_DECLARATION (item)) << 2
|| UNPACK_FLAGS (item);
| UNPACK_FLAGS (item);
}
static gboolean