| Index: Source/core/dom/Uint32Array.idl
|
| diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/core/dom/Uint32Array.idl
|
| similarity index 56%
|
| copy from Source/core/html/canvas/EXTShaderTextureLOD.idl
|
| copy to Source/core/dom/Uint32Array.idl
|
| index 975005a6a857790d975d747bf757a2d8de57f90a..c68b4219c9cce0efe9a045a3bb8580cade68e9c1 100644
|
| --- a/Source/core/html/canvas/EXTShaderTextureLOD.idl
|
| +++ b/Source/core/dom/Uint32Array.idl
|
| @@ -2,8 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +// https://www.khronos.org/registry/typedarray/specs/latest/#TYPEDARRAYS
|
| +
|
| [
|
| + ImplementedAs=DOMUint32Array,
|
| NoInterfaceObject,
|
| - WillBeGarbageCollected,
|
| -] interface EXTShaderTextureLOD {
|
| +] interface Uint32Array : ArrayBufferView {
|
| };
|
|
|