| Index: src/debug.cc
|
| diff --git a/src/debug.cc b/src/debug.cc
|
| index 93ef1cfc0973939388f18eb876e021b02a588de5..cdcb0a759f0e4309ddebe829628e28f3e1b02e20 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;
|
| }
|
|
|
|
|