commit | 0f3356e20b70416f13e12ef596da66f6c347eea7 | [log] [tgz] |
---|---|---|
author | mallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Sat Jan 11 01:26:23 2014 +0000 |
committer | mallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Sat Jan 11 01:26:23 2014 +0000 |
tree | f1f43760bd04d336d3bfa980c1efb2068039eab0 | |
parent | 023cc5abc7d25fb3133b4d0206b67dcc6204b6e8 [diff] [blame] |
Update talk to 59410372. R=jiayl@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5367 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/base/stream.cc b/talk/base/stream.cc index b6b48f1..02ae409 100644 --- a/talk/base/stream.cc +++ b/talk/base/stream.cc
@@ -711,7 +711,7 @@ } } -#ifdef POSIX +#if defined(POSIX) && !defined(__native_client__) // Have to identically rewrite the FileStream destructor or else it would call // the base class's Close() instead of the sub-class's.