summaryrefslogtreecommitdiff
path: root/src/html/html_document.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-21 20:16:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-21 20:16:26 +0100
commit967380654ba87462dfb2faeeefbb3ea481fe05a2 (patch)
tree149fafc8af993475a2a6f670fc29c6edc36559ab /src/html/html_document.h
parentb74f19726fd22dbf6eec5cbe8199f2e455d13ef5 (diff)
downloadlibdom-967380654ba87462dfb2faeeefbb3ea481fe05a2.tar.gz
libdom-967380654ba87462dfb2faeeefbb3ea481fe05a2.tar.bz2
HTMLDocument: If finalise is hung, don't free us underneath ourselves
Diffstat (limited to 'src/html/html_document.h')
-rw-r--r--src/html/html_document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_document.h b/src/html/html_document.h
index fbe7155..bb1a0d2 100644
--- a/src/html/html_document.h
+++ b/src/html/html_document.h
@@ -38,7 +38,7 @@ dom_exception _dom_html_document_create(
dom_exception _dom_html_document_initialise(dom_html_document *doc,
dom_events_default_action_fetcher daf);
/* Finalise a HTMLDocument */
-void _dom_html_document_finalise(dom_html_document *doc);
+bool _dom_html_document_finalise(dom_html_document *doc);
void _dom_html_document_destroy(dom_node_internal *node);
dom_exception _dom_html_document_copy(dom_node_internal *old,