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