| Index: Source/core/dom/Uint8ClampedArray.idl
|
| diff --git a/Source/core/frame/NavigatorCPU.idl b/Source/core/dom/Uint8ClampedArray.idl
|
| similarity index 68%
|
| copy from Source/core/frame/NavigatorCPU.idl
|
| copy to Source/core/dom/Uint8ClampedArray.idl
|
| index 8ec502c58fcc58b61fca0728c16f90bbf480196a..22bd4b196ead6fa277db9092b241d691ffbc393e 100644
|
| --- a/Source/core/frame/NavigatorCPU.idl
|
| +++ b/Source/core/dom/Uint8ClampedArray.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| + ImplementedAs=DOMUint8ClampedArray,
|
| NoInterfaceObject,
|
| -] interface NavigatorCPU {
|
| - readonly attribute unsigned long hardwareConcurrency;
|
| +] interface Uint8ClampedArray : ArrayBufferView {
|
| };
|
|
|