Index: src/runtime/runtime-liveedit.cc |
diff --git a/src/runtime/runtime-liveedit.cc b/src/runtime/runtime-liveedit.cc |
index 6c439c1756661bf66617bbea98652541b774b1a9..72e8648a423224b9d66748e80afdda226069954b 100644 |
--- a/src/runtime/runtime-liveedit.cc |
+++ b/src/runtime/runtime-liveedit.cc |
@@ -221,7 +221,7 @@ RUNTIME_FUNCTION(Runtime_LiveEditCheckAndDropActivations) { |
isolate, new_element, |
JSReceiver::GetElement(isolate, new_shared_array, i)); |
RUNTIME_ASSERT( |
- new_element->IsUndefined() || |
+ new_element->IsUndefined(isolate) || |
(new_element->IsJSValue() && |
Handle<JSValue>::cast(new_element)->value()->IsSharedFunctionInfo())); |
} |