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

Unified Diff: src/v8.gyp

Issue 2402363002: [Math] implement Math.random as TFJ builtin. (Closed)
Patch Set: fix golden file Created 4 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/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index bc5bb00bf9d674c6d74dd20e839f7c993c90cbde..89fbaf3d8f3804acd555a712ae8b5d3707851ade 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2220,7 +2220,6 @@
'js/symbol.js',
'js/array.js',
'js/string.js',
- 'js/math.js',
'js/regexp.js',
'js/arraybuffer.js',
'js/typedarray.js',

Powered by Google App Engine
This is Rietveld 408576698