~ubuntu-branches/ubuntu/precise/nodejs/precise

« back to all changes in this revision

Viewing changes to deps/v8/src/vm-state.cc

  • Committer: Bazaar Package Importer
  • Author(s): Jérémy Lal
  • Date: 2010-08-20 11:49:04 UTC
  • mfrom: (7.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100820114904-lz22w6fkth7yh179
Tags: 0.2.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
namespace internal {
34
34
 
35
35
#ifdef ENABLE_VMSTATE_TRACKING
36
 
VMState* VMState::current_state_ = NULL;
 
36
AtomicWord VMState::current_state_ = 0;
37
37
#endif
38
38
 
39
39
} }  // namespace v8::internal