Chromium Code Reviews| Index: src/js/prologue.js |
| diff --git a/src/js/prologue.js b/src/js/prologue.js |
| index 81bc50cef69ef3d8b018c6f6032af33e905e7c05..792190126a03d0e29c47c2b943c667eaf0ff3ab0 100644 |
| --- a/src/js/prologue.js |
| +++ b/src/js/prologue.js |
| @@ -181,10 +181,13 @@ function PostNatives(utils) { |
| // Whitelist of exports from normal natives to experimental natives and debug. |
| var expose_list = [ |
| + "AddBoundMethod", |
| "ArrayToString", |
| "ErrorToString", |
| "GetIterator", |
| "GetMethod", |
| + "IntlParseDate", |
| + "IntlParseNumber", |
| "IsNaN", |
| "MakeError", |
| "MakeRangeError", |