summaryrefslogtreecommitdiff
path: root/include/dom/html
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-12-21 22:18:10 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-12-21 22:18:10 +0000
commit99a601a856a2bd6c9974db589b0ef3f54e04aeca (patch)
treee48ba69628c5ba793533094e308c1fce9acb21aa /include/dom/html
parent05a3cf37e14017a3593ed9e17e4a83b003ef29d6 (diff)
downloadlibdom-99a601a856a2bd6c9974db589b0ef3f54e04aeca.tar.gz
libdom-99a601a856a2bd6c9974db589b0ef3f54e04aeca.tar.bz2
Merge branches/jmb/dom-alloc-purge back to trunk
svn path=/trunk/libdom/; revision=13316
Diffstat (limited to 'include/dom/html')
-rw-r--r--include/dom/html/html_document.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/dom/html/html_document.h b/include/dom/html/html_document.h
index 55bc12b..d03c117 100644
--- a/include/dom/html/html_document.h
+++ b/include/dom/html/html_document.h
@@ -41,8 +41,7 @@ struct dom_ui_handler {
typedef struct dom_ui_handler dom_ui_handler;
/* Create a HTMLDocument */
-dom_exception dom_html_document_create(dom_alloc alloc, void *pw, dom_msg msg,
- void *msg_pw,
+dom_exception dom_html_document_create(dom_msg msg, void *msg_pw,
dom_events_default_action_fetcher daf, dom_ui_handler *ui,
dom_parser_type pt, dom_html_document **doc);