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