Index: core/dom/DataView.idl |
diff --git a/core/html/canvas/WebGLContextEvent.idl b/core/dom/DataView.idl |
similarity index 88% |
copy from core/html/canvas/WebGLContextEvent.idl |
copy to core/dom/DataView.idl |
index 18266e508179b5583dd786863ef99c7fc9fec43e..3e957dfcc56a2eee989dd4dae6b5c5fe7889899d 100644 |
--- a/core/html/canvas/WebGLContextEvent.idl |
+++ b/core/dom/DataView.idl |
@@ -23,9 +23,10 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// https://www.khronos.org/registry/typedarray/specs/latest/#DATAVIEW |
+ |
[ |
- EventConstructor, |
-] interface WebGLContextEvent : Event { |
- [InitializedByEventConstructor] readonly attribute DOMString statusMessage; |
+ ImplementedAs=DOMDataView, |
+ TypeChecking=Interface, |
+] interface DataView : ArrayBufferView { |
}; |
- |