From 977e211421fc0055fb46bde392207bef9703b0ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 17 Feb 2012 19:35:05 +0100 Subject: [PATCH] debugger: rename `process.debug_port` to `process.debugPort` We should comply to to camelCase naming convention. --- src/node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.cc b/src/node.cc index 25d8af0..9a2d8fa 100644 --- a/src/node.cc +++ b/src/node.cc @@ -2115,7 +2115,7 @@ Handle SetupProcessObject(int argc, char *argv[]) { } delete [] execPath; - process->SetAccessor(String::New("debug_port"), + process->SetAccessor(String::New("debugPort"), DebugPortGetter, DebugPortSetter); -- 2.7.4