| Index: Source/WebCore/html/canvas/Uint32Array.idl
|
| diff --git a/Source/WebCore/html/canvas/Uint32Array.idl b/Source/WebCore/html/canvas/Uint32Array.idl
|
| index 2a87885a7da72842fae623defc75b1789d3181e2..3407958833db6c35a78cf8f6885f3130394e00a6 100644
|
| --- a/Source/WebCore/html/canvas/Uint32Array.idl
|
| +++ b/Source/WebCore/html/canvas/Uint32Array.idl
|
| @@ -41,6 +41,10 @@ module html {
|
|
|
| // void set(in Uint32Array array, [Optional] in unsigned long offset);
|
| // void set(in sequence<long> array, [Optional] in unsigned long offset);
|
| +#if (defined(LANGUAGE_DART) && LANGUAGE_DART)
|
| + [Custom] void set(in any array, [Optional] in unsigned long offset);
|
| +#else
|
| [Custom] void set();
|
| +#endif
|
| };
|
| }
|
|
|