Chromium Code Reviews| Index: runtime/bin/socket.h |
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h |
| index 99a00781bf51e2991b4334a41689a83847054d30..5c191a01541d8becec1ab341baca69c1377e0390 100644 |
| --- a/runtime/bin/socket.h |
| +++ b/runtime/bin/socket.h |
| @@ -176,7 +176,8 @@ class ServerSocket { |
| // -5: invalid bindAddress |
| static intptr_t CreateBindListen(RawAddr addr, |
| intptr_t port, |
| - intptr_t backlog); |
| + intptr_t backlog, |
| + bool v6_only = false); |
| DISALLOW_ALLOCATION(); |
| DISALLOW_IMPLICIT_CONSTRUCTORS(ServerSocket); |