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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/browser_private.h b/desktop/browser_private.h
index 562abf131..89dc5cca4 100644
--- a/desktop/browser_private.h
+++ b/desktop/browser_private.h
@@ -264,7 +264,12 @@ struct browser_window {
/** current javascript context */
struct jsheap *jsheap;
- struct jsthread *jsthread;
+
+ /** The JS thread (if any) for the current content */
+ struct jsthread *current_jsthread;
+
+ /** The JS thread (if any) for the loading content */
+ struct jsthread *loading_jsthread;
/** cache of the currently displayed status text. */
struct {