From 4e574f12527b241ea266a9fad21f6424a9af3a44 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 8 Oct 2011 00:21:59 +0000 Subject: Improve performance of style selection svn path=/trunk/netsurf/; revision=13000 --- css/select.h | 1 + 1 file changed, 1 insertion(+) (limited to 'css/select.h') diff --git a/css/select.h b/css/select.h index 237af5ffb..2fcaa9186 100644 --- a/css/select.h +++ b/css/select.h @@ -36,6 +36,7 @@ typedef struct nscss_select_ctx css_select_ctx *ctx; bool quirks; nsurl *base_url; + lwc_string *universal; } nscss_select_ctx; css_stylesheet *nscss_create_inline_style(const uint8_t *data, size_t len, -- cgit v1.2.3