Chromium Code Reviews| Index: core/html/canvas/ArrayBuffer.idl |
| =================================================================== |
| --- core/html/canvas/ArrayBuffer.idl (revision 23517) |
| +++ core/html/canvas/ArrayBuffer.idl (working copy) |
| @@ -24,6 +24,7 @@ |
| */ |
| [ |
| + GlobalContext=WindowAndWorker, |
| CustomConstructor(unsigned long length) |
| ] interface ArrayBuffer { |
| readonly attribute unsigned long byteLength; |