summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content.h b/content/content.h
index 1903730c5..bc189c1dd 100644
--- a/content/content.h
+++ b/content/content.h
@@ -100,6 +100,8 @@ struct content
struct
{
htmlParserCtxt* parser;
+ char* source;
+ int length;
struct box* layout;
unsigned int stylesheet_count;
struct content **stylesheet_content;