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