| Index: src/runtime/runtime-atomics.cc
|
| diff --git a/src/runtime/runtime-atomics.cc b/src/runtime/runtime-atomics.cc
|
| index bf28e1466720226c8f9c5a30679875916250996f..9b9fa0b12d86e46cd2e9fbaa1a44d274b63aa48c 100644
|
| --- a/src/runtime/runtime-atomics.cc
|
| +++ b/src/runtime/runtime-atomics.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "src/v8.h"
|
| +#include "src/runtime/runtime-utils.h"
|
|
|
| #include "src/arguments.h"
|
| #include "src/base/macros.h"
|
| #include "src/base/platform/mutex.h"
|
| -#include "src/conversions.h"
|
| -#include "src/runtime/runtime-utils.h"
|
| +#include "src/conversions-inl.h"
|
| +#include "src/factory.h"
|
|
|
| // Implement Atomic accesses to SharedArrayBuffers as defined in the
|
| // SharedArrayBuffer draft spec, found here
|
|
|