| Index: Source/core/dom/Uint8Array.idl
|
| diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/core/dom/Uint8Array.idl
|
| similarity index 56%
|
| copy from Source/core/html/canvas/EXTShaderTextureLOD.idl
|
| copy to Source/core/dom/Uint8Array.idl
|
| index 975005a6a857790d975d747bf757a2d8de57f90a..5070342b56fb0f76e7aeea9d62c8db66118cc525 100644
|
| --- a/Source/core/html/canvas/EXTShaderTextureLOD.idl
|
| +++ b/Source/core/dom/Uint8Array.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=DOMUint8Array,
|
| NoInterfaceObject,
|
| - WillBeGarbageCollected,
|
| -] interface EXTShaderTextureLOD {
|
| +] interface Uint8Array : ArrayBufferView {
|
| };
|
|
|