Chromium Code Reviews| 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", |