Chromium Code Reviews| Index: Source/core/page/Crypto.idl |
| diff --git a/Source/core/page/Crypto.idl b/Source/core/page/Crypto.idl |
| index 9a5055b8d139603ab12ab844b2c8dc0eaa2227c6..0cabce2f3da34e3719b2237d7092467b2086a17a 100644 |
| --- a/Source/core/page/Crypto.idl |
| +++ b/Source/core/page/Crypto.idl |
| @@ -27,7 +27,7 @@ |
| */ |
| [ |
| - NoInterfaceObject, |
| + NoInterfaceObject |
| ] interface Crypto { |
| [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array); |
| }; |