Index: modules/webgl/WebGLContextEventInit.idl |
diff --git a/core/html/HTMLPictureElement.idl b/modules/webgl/WebGLContextEventInit.idl |
similarity index 55% |
copy from core/html/HTMLPictureElement.idl |
copy to modules/webgl/WebGLContextEventInit.idl |
index 649316cb8a1be19e29c17f14bfbc5b6e10397164..7a7ced807733f64ded39c7bd1a0f8cc0f83e687e 100644 |
--- a/core/html/HTMLPictureElement.idl |
+++ b/modules/webgl/WebGLContextEventInit.idl |
@@ -2,9 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// http://picture.responsiveimages.org |
-[ |
- RuntimeEnabled=Picture |
-] interface HTMLPictureElement : HTMLElement { |
-}; |
+// https://www.khronos.org/registry/webgl/specs/1.0/#5.15 |
+dictionary WebGLContextEventInit : EventInit { |
+ DOMString statusMessage; |
+}; |