| Index: Source/core/html/canvas/WebGLShaderPrecisionFormat.idl
|
| diff --git a/Source/core/html/canvas/WebGLShaderPrecisionFormat.idl b/Source/core/html/canvas/WebGLShaderPrecisionFormat.idl
|
| index 1b34f6544ead49ffd6d7c57487cde8692955ac70..021beb65cd10238b409ae03fe458652379a84412 100644
|
| --- a/Source/core/html/canvas/WebGLShaderPrecisionFormat.idl
|
| +++ b/Source/core/html/canvas/WebGLShaderPrecisionFormat.idl
|
| @@ -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;
|
|
|