Chromium Code Reviews| Index: src/contexts.h |
| diff --git a/src/contexts.h b/src/contexts.h |
| index b05baa1a827a977e42fe9ac078675f38a017008e..2405fe099057df0661391c92bc8b81980d266672 100644 |
| --- a/src/contexts.h |
| +++ b/src/contexts.h |
| @@ -427,9 +427,6 @@ class Context: public FixedArray { |
| JSObject* global_proxy(); |
| void set_global_proxy(JSObject* global); |
| - // The builtins object. |
| - JSBuiltinsObject* builtins(); |
| - |
| // Get the script context by traversing the context chain. |
| Context* script_context(); |