Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2252)

Unified Diff: trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.cc

Issue 17573017: Revert 208246 "Support using loadable module for libpeerconnecti..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698