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