summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 10:49:13 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-03-24 10:49:13 +0000
commit0246007a8b3c542d35069b23ce47cc40423a59ea (patch)
treed71ca6d4748a867dc81e9468ce2ead314c779710 /include
parent1b0d94c1f1e4f9f6dc6328ee61732f87efa1457b (diff)
downloadlibdom-0246007a8b3c542d35069b23ce47cc40423a59ea.tar.gz
libdom-0246007a8b3c542d35069b23ce47cc40423a59ea.tar.bz2
Rename 'namespace' argument to _dom_text_event_init_ns
svn path=/trunk/libdom/; revision=13590
Diffstat (limited to 'include')
-rw-r--r--include/dom/events/text_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/events/text_event.h b/include/dom/events/text_event.h
index 5b5fe34..d7cbfba 100644
--- a/include/dom/events/text_event.h
+++ b/include/dom/events/text_event.h
@@ -30,7 +30,7 @@ dom_exception _dom_text_event_init(dom_text_event *evt,
(dom_string *) (d))
dom_exception _dom_text_event_init_ns(dom_text_event *evt,
- dom_string *namespace, dom_string *type,
+ dom_string *namespace_name, dom_string *type,
bool bubble, bool cancelable, struct dom_abstract_view *view,
dom_string *data);
#define dom_text_event_init_ns(e, n, t, b, c, v, d) _dom_text_event_init_ns( \