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