Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1538)

Unified Diff: tools/dom/idl/dart/dart.idl

Issue 445733003: Reapply 38999. Third time's the charm! The issue was supportsTransitions was a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dom/idl/dart/dart.idl
diff --git a/tools/dom/idl/dart/dart.idl b/tools/dom/idl/dart/dart.idl
index cfb832bd8c9831a33415fa3715584e6f30e8f248..a3a1c71ea044e8fce3bd123dcbc9bf04f9eec6bd 100644
--- a/tools/dom/idl/dart/dart.idl
+++ b/tools/dom/idl/dart/dart.idl
@@ -485,4 +485,9 @@ interface Screen {
[Suppressed] readonly attribute AudioParam gain;
};
+[Supplemental]
+interface CSSStyleDeclaration {
+ [Supplemental] boolean __propertyQuery__(DOMString name);
+};
+
Element implements GlobalEventHandlers;

Powered by Google App Engine
This is Rietveld 408576698