| Index: src/compiler/wasm-compiler.cc
|
| diff --git a/src/compiler/wasm-compiler.cc b/src/compiler/wasm-compiler.cc
|
| index b0fc9cc64db8ab660c0ee2e64ce28d98e0d45b6d..09b05c972085d842ad832655e3ff38b238ce056e 100644
|
| --- a/src/compiler/wasm-compiler.cc
|
| +++ b/src/compiler/wasm-compiler.cc
|
| @@ -2302,7 +2302,9 @@ Node* WasmGraphBuilder::BuildAllocateHeapNumberWithValue(Node* value,
|
| Callable callable = CodeFactory::AllocateHeapNumber(jsgraph()->isolate());
|
| Node* target = jsgraph()->HeapConstant(callable.code());
|
| Node* context = jsgraph()->NoContextConstant();
|
| - Node* effect = graph()->NewNode(common->BeginRegion(), graph()->start());
|
| + Node* effect =
|
| + graph()->NewNode(common->BeginRegion(RegionObservability::kNotObservable),
|
| + graph()->start());
|
| if (!allocate_heap_number_operator_.is_set()) {
|
| CallDescriptor* descriptor = Linkage::GetStubCallDescriptor(
|
| jsgraph()->isolate(), jsgraph()->zone(), callable.descriptor(), 0,
|
|
|