| Index: src/runtime/runtime-atomics.cc
|
| diff --git a/src/runtime/runtime-atomics.cc b/src/runtime/runtime-atomics.cc
|
| index 28a87418830cbcbdfc2bc097d3f1947dbadadcc1..ca6e6ebaa759e22dc5bc95161fab6da0c6cea4c3 100644
|
| --- a/src/runtime/runtime-atomics.cc
|
| +++ b/src/runtime/runtime-atomics.cc
|
| @@ -12,7 +12,7 @@
|
|
|
| // Implement Atomic accesses to SharedArrayBuffers as defined in the
|
| // SharedArrayBuffer draft spec, found here
|
| -// https://github.com/lars-t-hansen/ecmascript_sharedmem
|
| +// https://github.com/tc39/ecmascript_sharedmem
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|