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