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