| Index: src/wasm/module-compiler.h
|
| diff --git a/src/wasm/module-compiler.h b/src/wasm/module-compiler.h
|
| index 0e97d86019f8a21ed214e70d2cd9b9dd2c13d8f8..979a0937703e023ce7cd9e6f842de21fe572005e 100644
|
| --- a/src/wasm/module-compiler.h
|
| +++ b/src/wasm/module-compiler.h
|
| @@ -264,9 +264,6 @@ class InstanceBuilder {
|
| // of the work of compilation) can be background tasks.
|
| // TODO(wasm): factor out common parts of this with the synchronous pipeline.
|
| class AsyncCompileJob {
|
| - // TODO(ahaas): Fix https://bugs.chromium.org/p/v8/issues/detail?id=6263 to
|
| - // make sure that d8 does not shut down before the AsyncCompileJob is
|
| - // finished.
|
| public:
|
| explicit AsyncCompileJob(Isolate* isolate, std::unique_ptr<byte[]> bytes_copy,
|
| size_t length, Handle<Context> context,
|
|
|