[gjs/wip/ptomato/mozjs31: 24/26] keep-alive: Remove deprecated JS_SET_TRACING_DETAILS



commit eb2cbb82fd7fd0406a6bdf81984c82a96642a787
Author: Philip Chimento <philip endlessm com>
Date:   Fri Oct 28 17:26:20 2016 -0700

    keep-alive: Remove deprecated JS_SET_TRACING_DETAILS
    
    This macro doesn't exist anymore in mozjs31, and its function seems to
    have been taken over by the "name" argument to JS_Call*Tracer().

 gi/keep-alive.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gi/keep-alive.cpp b/gi/keep-alive.cpp
index 78bc23c..104b071 100644
--- a/gi/keep-alive.cpp
+++ b/gi/keep-alive.cpp
@@ -119,7 +119,6 @@ trace_foreach(void *key,
 
     if (child->child != NULL) {
         JS::Value val;
-        JS_SET_TRACING_DETAILS(tracer, NULL, "keep-alive", 0);
         val = JS::ObjectValue(*(child->child));
         JS_CallValueTracer(tracer, &val, "keep-alive::val");
     }


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