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