| Index: tools/dom/idl/dart/dart.idl
|
| diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
|
| index 907cbb0c4c336e8313587166c4c6b8102d4a39ea..95e5ac92305341b2efbfd1403dd9cfdbe5d8d7b0 100644
|
| --- a/tools/dom/idl/dart/dart.idl
|
| +++ b/tools/dom/idl/dart/dart.idl
|
| @@ -153,7 +153,6 @@ interface WebGLRenderingContext {
|
|
|
| [Custom] any getExtension(DOMString name);
|
| [Suppressed, StrictTypeChecking, Custom] void getExtension(DOMString name);
|
| - [Custom] DOMString[] getSupportedExtensions();
|
| [Suppressed, StrictTypeChecking, Custom] void getSupportedExtensions();
|
|
|
| [Custom] any getTexParameter(unsigned long target, unsigned long pname);
|
| @@ -319,4 +318,4 @@ interface Location {
|
| [CustomSetter] attribute DOMString pathname;
|
| [CustomSetter] attribute DOMString search;
|
| [CustomSetter] attribute DOMString hash;
|
| -};
|
| +};
|
|
|