From 3c4652c1c3a2231b2bb1e2bf43e6c16fc54d10bf Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 21 Mar 2020 20:01:38 +0000 Subject: Dukky: Upgrade dukky binding to support new heap/thread split Update the duktape bindings and dukky interface to support the new JS heap/thread split. Heaps may have multiple active threads though in general there will only be 2 at a time. Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/polyfill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers/javascript/duktape/polyfill.js') diff --git a/content/handlers/javascript/duktape/polyfill.js b/content/handlers/javascript/duktape/polyfill.js index 7fa46111f..5f0215618 100644 --- a/content/handlers/javascript/duktape/polyfill.js +++ b/content/handlers/javascript/duktape/polyfill.js @@ -1,6 +1,6 @@ /* Polyfiller for Duktape for NetSurf * - * This JavaScript will be loaded into compartments before the generics + * This JavaScript will be loaded into heaps before the generics * * We only care for the side-effects of this, be careful. */ -- cgit v1.2.3