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