From 45f098f20537e1cc63f5812916d1e89814d1062f Mon Sep 17 00:00:00 2001 From: autokagami Date: Sun, 18 Oct 2020 19:49:23 +0200 Subject: [PATCH] [WEBGL_blend_equation_advanced_coherent] Align with Web IDL specification --- extensions/WEBGL_blend_equation_advanced_coherent/extension.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/WEBGL_blend_equation_advanced_coherent/extension.xml b/extensions/WEBGL_blend_equation_advanced_coherent/extension.xml index 6ac733a40b..69034d4c4a 100644 --- a/extensions/WEBGL_blend_equation_advanced_coherent/extension.xml +++ b/extensions/WEBGL_blend_equation_advanced_coherent/extension.xml @@ -55,7 +55,7 @@ -[NoInterfaceObject] +[Exposed=Window, LegacyNoInterfaceObject] interface WEBGL_blend_equation_advanced_coherent { const GLenum MULTIPLY = 0x9294; const GLenum SCREEN = 0x9295;