Reviewers: Sven Panne,

Description:
Fix typo in #undef parameter

BUG=None

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

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

Affected files:
  M src/isolate.cc


Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index 6c797b252280a75680aa1f1c0f23cf58557d9f7e..b672d60380949789ca51ba992557238e44ab51fc 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -2099,7 +2099,7 @@ bool Isolate::Init(Deserializer* des) {
   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