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