Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 6c615ac75610301c8a3f162ee9ccf50bf72b277a..c2833012d5e0f260aef245f55935895b2a7d27c7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7244,7 +7244,7 @@ class JSFunction: public JSObject { |
inline JSObject* global_proxy(); |
inline Context* native_context(); |
- static MaybeHandle<Context> GetFunctionRealm(Handle<JSFunction> function); |
+ static Handle<Context> GetFunctionRealm(Handle<JSFunction> function); |
// [code]: The generated code object for this function. Executed |
// when the function is invoked, e.g. foo() or new foo(). See |