Reviewers: Sven Panne,

Message:
Committed patchset #1 manually as r16451.

Description:
Fix typo breaking Mac build after commit r16450.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=16451

Please review this at https://codereview.chromium.org/23522010/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8config.h


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


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to