summaryrefslogtreecommitdiff
path: root/src/core/string.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-12-04 23:12:24 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-12-04 23:12:24 +0000
commitd3e20391aac5f121b577cfb897c14c70d54eeee7 (patch)
tree20fde4d3d12c66ee9520cdb2f7ed6a76fb1ca48f /src/core/string.c
parent236b28d43874cd7cc4288f43a73292bf2755a3af (diff)
downloadlibdom-d3e20391aac5f121b577cfb897c14c70d54eeee7.tar.gz
libdom-d3e20391aac5f121b577cfb897c14c70d54eeee7.tar.bz2
Make libdom work again given lack of init/finalise in hubbub and prepare initial attempt at importing tests into the makefile
svn path=/trunk/dom/; revision=10992
Diffstat (limited to 'src/core/string.c')
-rw-r--r--src/core/string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/string.c b/src/core/string.c
index 1a5b396..a443f55 100644
--- a/src/core/string.c
+++ b/src/core/string.c
@@ -903,8 +903,6 @@ dom_exception _dom_exception_from_lwc_error(lwc_error err)
return DOM_NO_MEM_ERR;
case lwc_error_range:
return DOM_INDEX_SIZE_ERR;
- case lwc_error_initialised:
- return DOM_NO_ERR;
}
assert ("Unknow lwc_error, can't convert to dom_exception");
/* Suppress compile errors */