debugger: rename process.debug_port
to process.debugPort
We should comply to to camelCase naming convention.
This commit is contained in:
parent
ae5e23310e
commit
977e211421
@ -2115,7 +2115,7 @@ Handle<Object> SetupProcessObject(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
delete [] execPath;
|
delete [] execPath;
|
||||||
|
|
||||||
process->SetAccessor(String::New("debug_port"),
|
process->SetAccessor(String::New("debugPort"),
|
||||||
DebugPortGetter,
|
DebugPortGetter,
|
||||||
DebugPortSetter);
|
DebugPortSetter);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user