summaryrefslogtreecommitdiff
path: root/desktop/browser_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser_private.h')
-rw-r--r--desktop/browser_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/browser_private.h b/desktop/browser_private.h
index c9f9bbcf6..562abf131 100644
--- a/desktop/browser_private.h
+++ b/desktop/browser_private.h
@@ -263,7 +263,8 @@ struct browser_window {
bool can_edit;
/** current javascript context */
- struct jscontext *jsctx;
+ struct jsheap *jsheap;
+ struct jsthread *jsthread;
/** cache of the currently displayed status text. */
struct {