Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: src/contexts.h

Issue 1424703005: Remove JSBuiltinsObject. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698