From e3372335ec1628e1d6ef1a4fd63b11bb47f2e0e6 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 7 Dec 2013 15:08:21 +0000 Subject: Just match against universal string intern instead of checking strings length/data. --- src/select/select.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/select/select.c') diff --git a/src/select/select.c b/src/select/select.c index cfafe32..c8567f8 100644 --- a/src/select/select.c +++ b/src/select/select.c @@ -1355,6 +1355,7 @@ css_error match_selectors_in_sheet(css_select_ctx *ctx, /* Set up general selector chain requirments */ req.media = state->media; req.node_bloom = state->bloom; + req.uni = ctx->universal; /* Find hash chain that applies to current node */ req.qname = state->element; -- cgit v1.2.3