summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/none
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/javascript/none')
-rw-r--r--content/handlers/javascript/none/none.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/handlers/javascript/none/none.c b/content/handlers/javascript/none/none.c
index ff09f52c9..ee01730d2 100644
--- a/content/handlers/javascript/none/none.c
+++ b/content/handlers/javascript/none/none.c
@@ -51,6 +51,11 @@ nserror js_newthread(jsheap *heap, void *win_priv, void *doc_priv, jsthread **th
return NSERROR_NOT_IMPLEMENTED;
}
+nserror js_closethread(jsthread *thread)
+{
+ return NSERROR_OK;
+}
+
void js_destroythread(jsthread *thread)
{
}