| Index: Source/WebCore/html/canvas/Uint16Array.idl
|
| diff --git a/Source/WebCore/html/canvas/Uint16Array.idl b/Source/WebCore/html/canvas/Uint16Array.idl
|
| index bb08a4f0159f6ff7c14d736961e62349aba7cc49..8eca4d2178a606800144fac899f9170a6e758fa1 100644
|
| --- a/Source/WebCore/html/canvas/Uint16Array.idl
|
| +++ b/Source/WebCore/html/canvas/Uint16Array.idl
|
| @@ -41,6 +41,10 @@ module html {
|
|
|
| // void set(in Uint16Array 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
|
| };
|
| }
|
|
|