[gjs/gnome-3-24] global: Remove GJS_GLOBAL_SLOT_KEEP_ALIVE



commit 356992c275d2d45c48a32a3c933b284ad080ed14
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Apr 4 20:15:39 2017 -0700

    global: Remove GJS_GLOBAL_SLOT_KEEP_ALIVE
    
    We don't have a keep-alive object anymore so we don't need a slot to keep
    it in.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614413

 gjs/jsapi-util.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gjs/jsapi-util.h b/gjs/jsapi-util.h
index 912db24..8b7107c 100644
--- a/gjs/jsapi-util.h
+++ b/gjs/jsapi-util.h
@@ -74,7 +74,6 @@ enum {
 
 typedef enum {
     GJS_GLOBAL_SLOT_IMPORTS,
-    GJS_GLOBAL_SLOT_KEEP_ALIVE,
     GJS_GLOBAL_SLOT_BYTE_ARRAY_PROTOTYPE,
     GJS_GLOBAL_SLOT_LAST,
 } GjsGlobalSlot;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]