Index: tools/dom/idl/dart/dart.idl |
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
index 95e5ac92305341b2efbfd1403dd9cfdbe5d8d7b0..907cbb0c4c336e8313587166c4c6b8102d4a39ea 100644 |
--- a/tools/dom/idl/dart/dart.idl |
+++ b/tools/dom/idl/dart/dart.idl |
@@ -153,6 +153,7 @@ 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); |
@@ -318,4 +319,4 @@ interface Location { |
[CustomSetter] attribute DOMString pathname; |
[CustomSetter] attribute DOMString search; |
[CustomSetter] attribute DOMString hash; |
-}; |
+}; |