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