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