From c240fb0c008b57ee72ae6c1e9a9d94dbc3d7a955 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 17 May 2013 12:38:06 +0100 Subject: Enable :visited handling for experimentation. --- css/select.c | 1 + 1 file changed, 1 insertion(+) (limited to 'css') diff --git a/css/select.c b/css/select.c index 0d3be383a..ddfea62ad 100644 --- a/css/select.c +++ b/css/select.c @@ -1552,6 +1552,7 @@ css_error node_is_visited(void *pw, void *node, bool *match) *match = false; /** \todo Implement visted check in a more performant way */ +#define SUPPORT_VISITED #ifdef SUPPORT_VISITED nscss_select_ctx *ctx = pw; -- cgit v1.2.3