Index: core/html/canvas/WebGLShaderPrecisionFormat.idl |
=================================================================== |
--- core/html/canvas/WebGLShaderPrecisionFormat.idl (revision 23517) |
+++ core/html/canvas/WebGLShaderPrecisionFormat.idl (working copy) |
@@ -24,9 +24,7 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Conditional=WEBGL |
-] interface WebGLShaderPrecisionFormat { |
+interface WebGLShaderPrecisionFormat { |
readonly attribute long rangeMin; |
readonly attribute long rangeMax; |
readonly attribute long precision; |