Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 74ce87a0e1808854568e5220d38302c629b6ce47..a7e6e42dc48df64a25c449a3b6c61f8383d8c01e 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -4156,7 +4156,7 @@ void SharedFunctionInfo::TryReenableOptimization() { |
| bool JSFunction::IsBuiltin() { |
| - return context()->global()->IsJSBuiltinsObject(); |
| + return context()->global_object()->IsJSBuiltinsObject(); |
| } |