summaryrefslogtreecommitdiff
path: root/include/dom/core/string.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-08-26 23:00:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-08-26 23:00:23 +0000
commit229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd (patch)
tree78100a859a1bf8fbb9d2166dd0843c49c98c53c3 /include/dom/core/string.h
parent5c109b370a014e49387320fa23bb589e4d4e36f1 (diff)
downloadlibdom-229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd.tar.gz
libdom-229af12d7ab2c071a6888eb8ffc49bb0bbeb9ddd.tar.bz2
Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failures. Most importantly, it actually compiles now.
svn path=/trunk/dom/; revision=10717
Diffstat (limited to 'include/dom/core/string.h')
-rw-r--r--include/dom/core/string.h2
1 files changed, 1 insertions, 1 deletions
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);