summaryrefslogtreecommitdiff
path: root/content/handlers/javascript
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2017-04-16 17:36:25 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-10-21 16:21:48 +0100
commit0759139c61cdb5e70dfd79f6a7644e04cb239adb (patch)
tree271da1524e14fd23e7f8524a1298099ddae8565f /content/handlers/javascript
parent0a7f62ceb0512a44c05aa0bb7b9898fc040e46ea (diff)
downloadnetsurf-0759139c61cdb5e70dfd79f6a7644e04cb239adb.tar.gz
netsurf-0759139c61cdb5e70dfd79f6a7644e04cb239adb.tar.bz2
Duktape: Make declaration match definition for duk_refzero_check_fast()
Restore 9a8577feadd13d0634f773953096a0ec3e7cb1eb for 2.2.0 import.
Diffstat (limited to 'content/handlers/javascript')
-rw-r--r--content/handlers/javascript/duktape/duktape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c
index a82b61b94..306d309be 100644
--- a/content/handlers/javascript/duktape/duktape.c
+++ b/content/handlers/javascript/duktape/duktape.c
@@ -5184,7 +5184,7 @@ struct duk_heaphdr_string {
#if defined(DUK_USE_REFERENCE_COUNTING)
#if defined(DUK_USE_FINALIZER_SUPPORT)
DUK_INTERNAL_DECL void duk_refzero_check_slow(duk_hthread *thr);
-DUK_INTERNAL_DECL void duk_refzero_check_fast(duk_hthread *thr);
+DUK_INTERNAL_DECL DUK_INLINE void duk_refzero_check_fast(duk_hthread *thr);
#endif
DUK_INTERNAL_DECL void duk_heaphdr_refcount_finalize_norz(duk_heap *heap, duk_heaphdr *hdr);
DUK_INTERNAL_DECL void duk_hobject_refcount_finalize_norz(duk_heap *heap, duk_hobject *h);