forked from AuroraMiddleware/gtk
cssnode: Fix a typo leading to very poor cache hashing
This commit is contained in:
parent
eef5f27fb4
commit
79a3a7800e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user