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

Unified Diff: src/js/prologue.js

Issue 2268633002: Remove --intl-extra flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix bootstrapper Created 4 years, 3 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
« no previous file with comments | « src/js/intl-extra.js ('k') | src/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 0d7bd29755e596d2a4f32d1b0d2309b7051a39a4..6c7e1ad8fe7f542a41f216237515c210e8473097 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -181,7 +181,6 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives and debug.
var expose_list = [
- "AddBoundMethod",
"ArrayToString",
"AsyncFunctionNext",
"AsyncFunctionThrow",
@@ -189,8 +188,6 @@ function PostNatives(utils) {
"GetIterator",
"GetMethod",
"GlobalPromise",
- "IntlParseDate",
- "IntlParseNumber",
"IsPromise",
"MapEntries",
"MapIterator",
« no previous file with comments | « src/js/intl-extra.js ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698