summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2014-02-10 01:24:43 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2014-02-10 01:25:57 +0000
commit9720c024832c96d917de933b95c87cf2e4f867bf (patch)
treeb7f6dcbd2ab12ca76f5d082f1ad52549c4eff1c3 /render/html_internal.h
parent8df71860d729ee023e6a8697d87390ea495da763 (diff)
downloadnetsurf-9720c024832c96d917de933b95c87cf2e4f867bf.tar.gz
netsurf-9720c024832c96d917de933b95c87cf2e4f867bf.tar.bz2
Fix #2071: handle parse completion creating style or script nodes.
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 43fce9bfd..e7768e39f 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -71,6 +71,7 @@ typedef struct html_content {
struct content base;
dom_hubbub_parser *parser; /**< Parser object handle */
+ bool parse_completed; /**< Whether the parse has been completed */
/** Document tree */
dom_document *document;