| Index: core/html/canvas/WebGLActiveInfo.idl | 
| =================================================================== | 
| --- core/html/canvas/WebGLActiveInfo.idl	(revision 23517) | 
| +++ core/html/canvas/WebGLActiveInfo.idl	(working copy) | 
| @@ -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; | 
|  |