Skip to content

Commit bf803f4

Browse files
committed
Reimplment Buffers
1 parent a668d07 commit bf803f4

9 files changed

Lines changed: 293 additions & 351 deletions

File tree

src/node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ static Local<Object> Load(int argc, char *argv[]) {
989989

990990

991991
// Initialize the C++ modules..................filename of module
992-
InitBuffer(process); // buffer.cc
992+
Buffer::Initialize(process); // buffer.cc
993993
IOWatcher::Initialize(process); // io_watcher.cc
994994
IdleWatcher::Initialize(process); // idle_watcher.cc
995995
Timer::Initialize(process); // timer.cc

0 commit comments

Comments
 (0)