Revision: 15217
Author:   [email protected]
Date:     Wed Jun 19 23:13:03 2013
Log:      Fix typo in #undef parameter

BUG=None
[email protected]

Review URL: https://codereview.chromium.org/17176003
http://code.google.com/p/v8/source/detail?r=15217

Modified:
 /branches/bleeding_edge/src/isolate.cc

=======================================
--- /branches/bleeding_edge/src/isolate.cc      Wed Jun 19 01:57:26 2013
+++ /branches/bleeding_edge/src/isolate.cc      Wed Jun 19 23:13:03 2013
@@ -2099,7 +2099,7 @@
   isolate_addresses_[Isolate::k##CamelName##Address] =          \
       reinterpret_cast<Address>(hacker_name##_address());
   FOR_EACH_ISOLATE_ADDRESS_NAME(ASSIGN_ELEMENT)
-#undef C
+#undef ASSIGN_ELEMENT

   string_tracker_ = new StringTracker();
   string_tracker_->isolate_ = this;

--
--
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