diff options
Diffstat (limited to 'lib/v8.js')
-rw-r--r-- | lib/v8.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ 'use strict'; const v8binding = process.binding('v8'); -const smalloc = require('smalloc'); +const smalloc = require('internal/smalloc'); const heapStatisticsBuffer = smalloc.alloc(v8binding.kHeapStatisticsBufferLength, |