File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ class Immediate {
634
634
this [ kRefed ] = true ;
635
635
636
636
if ( immediateInfo [ kRefCount ] ++ === 0 ) {
637
- // We need to use the binding as the receiver for fast API calls.
637
+ // We need to use the binding as the receiver for fast API calls.
638
638
binding . toggleImmediateRef ( true ) ;
639
639
}
640
640
}
Original file line number Diff line number Diff line change 1
- #ifndef SRC_NODE_TIMERS_H_
2
- #define SRC_NODE_TIMERS_H_
1
+ #ifndef SRC_TIMERS_H_
2
+ #define SRC_TIMERS_H_
3
3
4
4
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
5
5
@@ -67,4 +67,4 @@ class BindingData : public SnapshotableObject {
67
67
68
68
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
69
69
70
- #endif // SRC_NODE_TIMERS_H_
70
+ #endif // SRC_TIMERS_H_
You can’t perform that action at this time.
0 commit comments