| Index: Source/WebCore/html/canvas/Uint8ClampedArray.idl
|
| ===================================================================
|
| --- Source/WebCore/html/canvas/Uint8ClampedArray.idl (revision 142703)
|
| +++ Source/WebCore/html/canvas/Uint8ClampedArray.idl (working copy)
|
| @@ -33,7 +33,8 @@
|
| JSNoStaticTables,
|
| CustomToJSObject,
|
| DoNotCheckConstants,
|
| - TypedArray=unsigned char
|
| + TypedArray=unsigned char,
|
| + ImplementationNamespace=WTF
|
| ] interface Uint8ClampedArray : Uint8Array {
|
| const unsigned long BYTES_PER_ELEMENT = 1;
|
|
|
|
|