Index: Source/WebCore/page/DOMWindow.idl |
=================================================================== |
--- Source/WebCore/page/DOMWindow.idl (revision 138669) |
+++ Source/WebCore/page/DOMWindow.idl (working copy) |
@@ -528,6 +528,7 @@ |
attribute DOMStringMapConstructor DOMStringMap; |
attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator |
+ attribute ArrayBufferViewConstructor ArrayBufferView; |
attribute Int8ArrayConstructor Int8Array; // Usable with new operator |
attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator |
attribute Uint8ClampedArrayConstructor Uint8ClampedArray; // Usable with new operator |