From b657c277f517f4ab0a4da21e4f8c4cb6f8f53013 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 30 Aug 2010 13:06:19 +0000 Subject: Merge branches/struggleyb/libdom-html to trunk. A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724 --- src/core/attr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/core/attr.h') diff --git a/src/core/attr.h b/src/core/attr.h index ab51247..b94715a 100644 --- a/src/core/attr.h +++ b/src/core/attr.h @@ -8,7 +8,7 @@ #ifndef dom_internal_core_attr_h_ #define dom_internal_core_attr_h_ -#include +#include struct dom_document; struct dom_string; @@ -24,7 +24,7 @@ dom_exception _dom_attr_initialise(struct dom_attr *a, struct dom_document *doc, struct lwc_string_s *name, struct lwc_string_s *namespace, struct lwc_string_s *prefix, bool specified, struct dom_attr **result); -void _dom_attr_finalise(dom_document *doc, struct dom_attr *attr); +void _dom_attr_finalise(struct dom_document *doc, struct dom_attr *attr); /* Virtual functions for dom_attr */ dom_exception _dom_attr_get_name(struct dom_attr *attr, @@ -117,5 +117,6 @@ dom_exception _dom_attr_copy(struct dom_node_internal *new, void _dom_attr_set_isid(struct dom_attr *attr, bool is_id); void _dom_attr_set_specified(struct dom_attr *attr, bool specified); +bool _dom_attr_readonly(const dom_attr *a); #endif -- cgit v1.2.3