summaryrefslogtreecommitdiff
path: root/src/core/attr.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-11 02:23:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-11 02:23:16 +0000
commitac59d3ca209e444175d406bc07cf03d0452ebdc5 (patch)
tree54865872f758e87aa1b14047af41c7d2b877dcea /src/core/attr.c
parent55a744d439f54289c6e470e46ec45a75c6d8478b (diff)
downloadlibdom-ac59d3ca209e444175d406bc07cf03d0452ebdc5.tar.gz
libdom-ac59d3ca209e444175d406bc07cf03d0452ebdc5.tar.bz2
Add Element.
Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400
Diffstat (limited to 'src/core/attr.c')
-rw-r--r--src/core/attr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/attr.c b/src/core/attr.c
index 52fc314..bcdc0ce 100644
--- a/src/core/attr.c
+++ b/src/core/attr.c
@@ -135,7 +135,7 @@ dom_exception dom_attr_get_owner(struct dom_attr *attr,
* The returned type info will have its reference count increased. The caller
* should unref it once it has finished with it.
*/
-dom_exception dom_attr_get_type_info(struct dom_attr *attr,
+dom_exception dom_attr_get_schema_type_info(struct dom_attr *attr,
struct dom_type_info **result)
{
UNUSED(attr);