debugger: rename process.debug_port to process.debugPort

We should comply to to camelCase naming convention.
This commit is contained in:
Maciej Małecki 2012-02-17 19:35:05 +01:00 committed by Fedor Indutny
parent ae5e23310e
commit 977e211421

View File

@ -2115,7 +2115,7 @@ Handle<Object> SetupProcessObject(int argc, char *argv[]) {
}
delete [] execPath;
process->SetAccessor(String::New("debug_port"),
process->SetAccessor(String::New("debugPort"),
DebugPortGetter,
DebugPortSetter);