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

Unified Diff: client/html/generated/src/interface/CSSRule.dart

Issue 8835006: New version of dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: client/html/generated/src/interface/CSSRule.dart
diff --git a/client/html/generated/src/interface/CSSRule.dart b/client/html/generated/src/interface/CSSRule.dart
index dd13832ac19520b1910749a900b92d51ada314b0..7344d0bf9d3ed4741d252285e6366e49861809a2 100644
--- a/client/html/generated/src/interface/CSSRule.dart
+++ b/client/html/generated/src/interface/CSSRule.dart
@@ -24,6 +24,8 @@ interface CSSRule {
static final int WEBKIT_KEYFRAME_RULE = 9;
+ static final int WEBKIT_REGION_STYLE_RULE = 10;
+
String get cssText();
void set cssText(String value);

Powered by Google App Engine
This is Rietveld 408576698