Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 448b8d68ac4889b97e60d41522a0fb1a90afbf5a..9e70fc165e78a2406bd92fa6369b7c3054483f23 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -92,7 +92,7 @@ class Execution : public AllStatic { |
bool* caught_exception); |
// ECMA-262 9.2 |
- static Handle<Object> ToBoolean(Handle<Object> obj); |
+ static Handle<Object> ToBoolean(Isolate* isolate, Handle<Object> obj); |
// ECMA-262 9.3 |
static Handle<Object> ToNumber(Handle<Object> obj, bool* exc); |