Index: base/mac/scoped_ioobject.h |
diff --git a/base/mac/scoped_ioobject.h b/base/mac/scoped_ioobject.h |
index d5cb90cf6e1641e9547550c350b982d1f79e1503..fb91456937a0741711eed4518d489bc52423204b 100644 |
--- a/base/mac/scoped_ioobject.h |
+++ b/base/mac/scoped_ioobject.h |
@@ -59,7 +59,7 @@ class ScopedIOObject { |
IOT release() WARN_UNUSED_RESULT { |
IOT temp = object_; |
- object_ = NULL; |
+ object_ = 0; |
Mark Mentovai
2012/03/27 21:09:59
It would be proper to use IO_OBJECT_NULL here.
|
return temp; |
} |