| Index: core/html/canvas/Float32Array.idl
|
| diff --git a/core/html/canvas/Float32Array.idl b/core/html/canvas/Float32Array.idl
|
| index a9b9dacf7c4ffec31cb3ea99547ee5835f1210e3..09e368b94814a8922b4f0ab893511445394b134f 100644
|
| --- a/core/html/canvas/Float32Array.idl
|
| +++ b/core/html/canvas/Float32Array.idl
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| [
|
| - GlobalContext=WindowAndWorker,
|
| + GlobalContext=Window&WorkerGlobalScope,
|
| ConstructorTemplate=TypedArray,
|
| CustomToV8,
|
| DoNotCheckConstants
|
| @@ -33,7 +33,7 @@
|
| const unsigned long BYTES_PER_ELEMENT = 4;
|
|
|
| readonly attribute unsigned long length;
|
| - Float32Array subarray([Default=Undefined] optional long start,
|
| + Float32Array subarray([Default=Undefined] optional long start,
|
| optional long end);
|
|
|
| // void set(Float32Array array, optional in unsigned long offset);
|
|
|