Chromium Code Reviews| Index: runtime/bin/eventhandler_macos.h |
| diff --git a/runtime/bin/eventhandler_macos.h b/runtime/bin/eventhandler_macos.h |
| index 18e463b77d88f2d23f2a5e61265b40cbd4ea0b1c..4ea1a0150cd4489af6d816434234557c0eb3e281 100644 |
| --- a/runtime/bin/eventhandler_macos.h |
| +++ b/runtime/bin/eventhandler_macos.h |
| @@ -36,7 +36,7 @@ class SocketData { |
| port_(0), |
| mask_(0), |
| tracked_by_kqueue_(false), |
| - tokens_(8) { |
| + tokens_(16) { |
| ASSERT(fd_ != -1); |
| } |