Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js |
| diff --git a/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js b/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js |
| index 5ff265306befc6bc128590d35785ec9e4ea2feb8..acd75bbf03c2c7ff93d89a565c476d2464ca51e9 100644 |
| --- a/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js |
| +++ b/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js |
| @@ -86,6 +86,7 @@ var jsBuiltins = new Set([ |
| 'parseInt', |
| 'undefined', |
| 'unescape', |
| + 'WebAssembly', |
|
jochen (gone - plz use gerrit)
2017/01/11 15:14:10
please move that up to between WeakSet and decodeU
|
| ]); |
| function isWebIDLConstructor(propertyKey) { |