| Index: third_party/WebCore/workers/WorkerContext.idl
|
| diff --git a/third_party/WebCore/workers/WorkerContext.idl b/third_party/WebCore/workers/WorkerContext.idl
|
| index 402e0b7c6fae7135fa3d458cb3b78239972e579e..3f8625e4d58e292ac9fb803ed55af7985efad3c0 100644
|
| --- a/third_party/WebCore/workers/WorkerContext.idl
|
| +++ b/third_party/WebCore/workers/WorkerContext.idl
|
| @@ -93,7 +93,7 @@
|
| attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator
|
| attribute Int8ArrayConstructor Int8Array; // Usable with new operator
|
| attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator
|
| - attribute Uint8ArrayConstructor Uint8ClampedArray; // Usable with new operator
|
| + attribute Uint8ClampedArrayConstructor Uint8ClampedArray; // Usable with new operator
|
| attribute Int16ArrayConstructor Int16Array; // Usable with new operator
|
| attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator
|
| attribute Int32ArrayConstructor Int32Array; // Usable with new operator
|
|
|