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