summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.h b/render/html.h
index a9f7967f6..810a9f268 100644
--- a/render/html.h
+++ b/render/html.h
@@ -57,6 +57,7 @@ struct search_context;
struct html_stylesheet {
/** Type of sheet */
enum { HTML_STYLESHEET_EXTERNAL, HTML_STYLESHEET_INTERNAL } type;
+ struct dom_node *node; /**< dom node associated with sheet */
union {
struct hlcache_handle *external;
struct content_css_data *internal;