| Index: trunk/src/components/nacl/browser/nacl_process_host.h
|
| ===================================================================
|
| --- trunk/src/components/nacl/browser/nacl_process_host.h (revision 270923)
|
| +++ trunk/src/components/nacl/browser/nacl_process_host.h (working copy)
|
| @@ -107,8 +107,8 @@
|
| bool LaunchNaClGdb();
|
|
|
| // Mark the process as using a particular GDB debug stub port and notify
|
| - // listeners (if the port is not kGdbDebugStubPortUnknown).
|
| - void SetDebugStubPort(int port);
|
| + // listeners.
|
| + void SetDebugStubPort(uint16_t port);
|
|
|
| #if defined(OS_POSIX)
|
| // Create bound TCP socket in the browser process so that the NaCl GDB debug
|
|
|