Revision: 4696 Author: [email protected] Date: Fri May 21 02:01:19 2010 Log: Guard VMState trakcing with ENABLE_VMSTATE_TRACKING instead of ENABLE_HEAP_PROTECTION.
[email protected] Review URL: http://codereview.chromium.org/2098017 http://code.google.com/p/v8/source/detail?r=4696 Modified: /branches/bleeding_edge/src/api.cc ======================================= --- /branches/bleeding_edge/src/api.cc Thu May 20 10:15:46 2010 +++ /branches/bleeding_edge/src/api.cc Fri May 21 02:01:19 2010 @@ -48,7 +48,7 @@ #define LOG_API(expr) LOG(ApiEntryCall(expr)) -#ifdef ENABLE_HEAP_PROTECTION +#ifdef ENABLE_VMSTATE_TRACKING #define ENTER_V8 i::VMState __state__(i::OTHER) #define LEAVE_V8 i::VMState __state__(i::EXTERNAL) #else -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
