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

Unified Diff: include/v8config.h

Issue 23522010: Fix typo breaking Mac build after commit r16450. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8config.h
diff --git a/include/v8config.h b/include/v8config.h
index b2e659a471ba4e9a566eba90ba6e34484916c80c..0993a9f3e4fd9b7e13e8ca8eda8f83bb987a5bcd 100644
--- a/include/v8config.h
+++ b/include/v8config.h
@@ -32,7 +32,7 @@
#if defined(__ANDROID__)
# include <sys/cdefs.h>
#elif defined(__APPLE__)
-# include <TargetConditions.h>
+# include <TargetConditionals.h>
#elif defined(__linux__)
# include <features.h>
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698