Index: tools/dom/idl/dart/dart.idl |
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl |
index 3afce210db484a2484e295bde2dbacfc6cc73127..99ec3bb83ac6c2aa8c0a6d5a6acfe6339d5b77c9 100644 |
--- a/tools/dom/idl/dart/dart.idl |
+++ b/tools/dom/idl/dart/dart.idl |
@@ -490,4 +490,9 @@ interface Screen { |
[Suppressed] readonly attribute AudioParam gain; |
}; |
+[Supplemental] |
+interface CSSStyleDeclaration { |
+ [Supplemental] boolean __propertyQuery__(DOMString name); |
+}; |
+ |
Element implements GlobalEventHandlers; |