summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-09 09:33:23 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-18 03:44:34 +0530
commit067d862e55500d89e8e96637a4678cf25cae478b (patch)
treedc33181725817e244f02aca01b92bf902a8b5945 /src/html/html_document.c
parent248159cc63965706c08f0b92aa5a41ab819b1c7d (diff)
downloadlibdom-067d862e55500d89e8e96637a4678cf25cae478b.tar.gz
libdom-067d862e55500d89e8e96637a4678cf25cae478b.tar.bz2
HTMLCollection
Diffstat (limited to 'src/html/html_document.c')
-rw-r--r--src/html/html_document.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index 83c4801..cd062a2 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -907,6 +907,7 @@ dom_exception _dom_html_document_set_cookie(dom_html_document *doc,
{
UNUSED(doc);
UNUSED(cookie);
+
/*todo implement this after updating client interface */
return DOM_NOT_SUPPORTED_ERR;
}