Index: trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.cc |
=================================================================== |
--- trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.cc (revision 208284) |
+++ trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.cc (working copy) |
@@ -4,8 +4,8 @@ |
#include "allocator_shim/allocator_stub.h" |
-#if defined(OS_MACOSX) || defined(OS_ANDROID) |
-#error "The allocator stub isn't supported (or needed) on mac or android." |
+#if defined(OS_MACOSX) |
+#error "The allocator stub isn't supported (or needed) on mac." |
#endif |
void* Allocate(std::size_t n) { |