From 229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 26 Aug 2010 23:00:23 +0000 Subject: Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717 --- include/dom/core/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dom/core/string.h') diff --git a/include/dom/core/string.h b/include/dom/core/string.h index 2502623..7da2114 100644 --- a/include/dom/core/string.h +++ b/include/dom/core/string.h @@ -33,7 +33,7 @@ dom_exception dom_string_clone(dom_alloc alloc, void *pw, /* Get the internal lwc_string */ dom_exception dom_string_get_intern(struct dom_string *str, - struct lwc_context_s **ctx, struct lwc_string_s **lwcstr); + struct lwc_string_s **lwcstr); /* Case sensitively compare two DOM strings */ int dom_string_cmp(struct dom_string *s1, struct dom_string *s2); -- cgit v1.2.3