Skip to content

Commit c80f2ec

Browse files
committed
fix: reflect the changes in main
1 parent dc7fe87 commit c80f2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internalBinding/timers.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static bool enqueueWithDelay(JSContext *cx, unsigned argc, JS::Value *vp) {
3939

4040
// Set debug info for the WTFPythonMonkey tool
4141
auto handle = PyEventLoop::AsyncHandle::fromId(handleId);
42-
handle->setDebugInfo(pyTypeFactory(cx, debugInfo)->getPyObject());
42+
handle->setDebugInfo(pyTypeFactory(cx, debugInfo));
4343

4444
// Return the `timeoutID` to use in `clearTimeout`
4545
args.rval().setNumber(handleId);

0 commit comments

Comments
 (0)