Chromium Code Reviews| Index: src/platform/socket.h | 
| diff --git a/src/platform/socket.h b/src/platform/socket.h | 
| index e9e2fa2eceb23395d8d348256ac20ad25a5aad8f..ff8c1de7ce74c05200ec54e1db748c9ce277fda3 100644 | 
| --- a/src/platform/socket.h | 
| +++ b/src/platform/socket.h | 
| @@ -66,7 +66,7 @@ class Socket V8_FINAL { | 
| // Set the value of the SO_REUSEADDR socket option. | 
| bool SetReuseAddress(bool reuse_address); | 
| - V8_INLINE(bool IsValid()) const { | 
| + V8_INLINE bool IsValid() const { | 
| return native_handle_ != kInvalidNativeHandle; | 
| } |