Index: Source/core/html/canvas/WebGLActiveInfo.idl |
diff --git a/Source/core/html/canvas/WebGLActiveInfo.idl b/Source/core/html/canvas/WebGLActiveInfo.idl |
index 5baf934362f16939028520082831bceee2f019c4..f5ac8640ca5c59e0da5e6e825da0d59fbb22fff3 100644 |
--- a/Source/core/html/canvas/WebGLActiveInfo.idl |
+++ b/Source/core/html/canvas/WebGLActiveInfo.idl |
@@ -23,9 +23,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=WEBGL |
-] interface WebGLActiveInfo { |
+interface WebGLActiveInfo { |
readonly attribute long size; |
readonly attribute unsigned long type; |
readonly attribute DOMString name; |