File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const kWeakHandler = Symbol('kWeak');
69
69
const kResistStopPropagation = Symbol ( 'kResistStopPropagation' ) ;
70
70
71
71
const kHybridDispatch = SymbolFor ( 'nodejs.internal.kHybridDispatch' ) ;
72
- const kRemoveWeakListenerHelper = Symbol ( 'nodejs.internal.removeWeakListenerHelper ' ) ;
72
+ const kRemoveWeakListenerHelper = Symbol ( 'kRemoveWeakListenerHelper ' ) ;
73
73
const kCreateEvent = Symbol ( 'kCreateEvent' ) ;
74
74
const kNewListener = Symbol ( 'kNewListener' ) ;
75
75
const kRemoveListener = Symbol ( 'kRemoveListener' ) ;
Original file line number Diff line number Diff line change 4
4
Symbol,
5
5
} = primordials ;
6
6
7
- const kFirstEventParam = Symbol ( 'nodejs. kFirstEventParam' ) ;
7
+ const kFirstEventParam = Symbol ( 'kFirstEventParam' ) ;
8
8
9
9
module . exports = {
10
10
kFirstEventParam,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const {
34
34
kIsNodeError,
35
35
} = require ( 'internal/errors' ) ;
36
36
37
- const kSensitiveHeaders = Symbol ( 'nodejs.http2. sensitiveHeaders' ) ;
37
+ const kSensitiveHeaders = Symbol ( 'sensitiveHeaders' ) ;
38
38
const kSocket = Symbol ( 'socket' ) ;
39
39
const kProxySocket = Symbol ( 'proxySocket' ) ;
40
40
const kRequest = Symbol ( 'request' ) ;
You can’t perform that action at this time.
0 commit comments