From cec2f7d79edcd0702fd37d0c19a0063211438f91 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Nov 2015 16:12:34 +0000 Subject: Add comment. --- src/select/arena.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/select/arena.c') diff --git a/src/select/arena.c b/src/select/arena.c index 1b0ea57..baadc9f 100644 --- a/src/select/arena.c +++ b/src/select/arena.c @@ -233,6 +233,7 @@ css_error css__arena_intern_style(struct css_computed_style **style) struct css_computed_style *s = *style; uint32_t hash, index; + /* Don't try to intern an already-interned computed style */ if (s->count != 0) { return CSS_BADPARM; } -- cgit v1.2.3