Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(43)

Unified Diff: core/css/CSSSupportsRule.idl

Issue 9418050: IDL roll to multivm@1242 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/css/CSSSupportsRule.idl
diff --git a/core/css/CSSSupportsRule.idl b/core/css/CSSSupportsRule.idl
index 1c4173d95a6f259b6626bfffded39461e9dbda47..13e0efd39210532e6662934b16c344c19456e00e 100644
--- a/core/css/CSSSupportsRule.idl
+++ b/core/css/CSSSupportsRule.idl
@@ -26,9 +26,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=CSS3_CONDITIONAL_RULES
-] interface CSSSupportsRule : CSSRule {
+interface CSSSupportsRule : CSSRule {
readonly attribute CSSRuleList cssRules;
readonly attribute DOMString conditionText;
@@ -36,4 +34,3 @@
[Default=Undefined] optional unsigned long index);
[RaisesException] void deleteRule([Default=Undefined] optional unsigned long index);
};
-

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b