Chromium Code Reviews| Index: LayoutTests/webexposed/resources/global-interface-listing.js |
| diff --git a/LayoutTests/webexposed/resources/global-interface-listing.js b/LayoutTests/webexposed/resources/global-interface-listing.js |
| index fb1d41a3cc83e3fb26bb18727a78ff8bf678ed07..bd7da4fa2356648fa7f41edfc4fc936d17182e17 100644 |
| --- a/LayoutTests/webexposed/resources/global-interface-listing.js |
| +++ b/LayoutTests/webexposed/resources/global-interface-listing.js |
| @@ -26,6 +26,9 @@ if (self.importScripts) { |
| // List of builtin JS constructors; Blink is not controlling what properties these |
| // objects have, so exercising them in a Blink test doesn't make sense. |
| +// |
| +// If new builtins are added, please update this list along with the one in |
| +// LayoutTests/http/tests/serviceworker/webexposed/resources/global-interface-listing-worker.js |
|
ojan
2015/08/13 22:29:58
If only we had modules we could share this list! :
jsbell
2015/08/13 23:27:22
If we could align the files there's a PRESUBMIT in
|
| var jsBuiltins = new Set([ |
| 'Array', |
| 'ArrayBuffer', |