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-06-21 17:37:15 +0530
commit3129c7484a84589794e437e071aa09888e7cbd4a (patch)
tree490ba676cbea7e86cfe5eaff3cc49b9642ecba49 /src/html/html_document.c
parentf4e634e8d356f199657de358c2e48d4b8065ee36 (diff)
downloadlibdom-3129c7484a84589794e437e071aa09888e7cbd4a.tar.gz
libdom-3129c7484a84589794e437e071aa09888e7cbd4a.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;
}