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

Unified Diff: src/js/json.js

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/js/json.js
diff --git a/src/js/json.js b/src/js/json.js
index fa562db19ebfa0cc968331e1ea8b6e10f2d9469c..38c46af6d617f41332126f6195cbb45e8c553958 100644
--- a/src/js/json.js
+++ b/src/js/json.js
@@ -23,8 +23,6 @@ utils.Import(function(from) {
MakeTypeError = from.MakeTypeError;
MaxSimple = from.MaxSimple;
MinSimple = from.MinSimple;
- MathMax = from.MathMax;
- MathMin = from.MathMin;
ObjectHasOwnProperty = from.ObjectHasOwnProperty;
});

Powered by Google App Engine
This is Rietveld 408576698