Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index e3cadda38e227b542e9d77135d42c39dad05d205..dd3ec6eed1b7a942c01c8cae238a75a209902fbc 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -573,7 +573,7 @@ void Debug::ThreadInit() { |
thread_local_.step_out_fp_ = 0; |
// TODO(isolates): frames_are_dropped_? |
base::NoBarrier_Store(&thread_local_.current_debug_scope_, |
- static_cast<base::AtomicWord>(NULL)); |
+ static_cast<base::AtomicWord>(0)); |
thread_local_.restarter_frame_function_pointer_ = NULL; |
} |