Index: Source/core/dom/Float32Array.idl |
diff --git a/Source/core/html/canvas/EXTShaderTextureLOD.idl b/Source/core/dom/Float32Array.idl |
similarity index 70% |
copy from Source/core/html/canvas/EXTShaderTextureLOD.idl |
copy to Source/core/dom/Float32Array.idl |
index 975005a6a857790d975d747bf757a2d8de57f90a..a343f319a1d6df91c5a860a8d751d234b4c03d6d 100644 |
--- a/Source/core/html/canvas/EXTShaderTextureLOD.idl |
+++ b/Source/core/dom/Float32Array.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
+ ImplementedAs=DOMFloat32Array, |
NoInterfaceObject, |
- WillBeGarbageCollected, |
-] interface EXTShaderTextureLOD { |
+] interface Float32Array : ArrayBufferView { |
}; |