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