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

Unified Diff: third_party/WebCore/css/CSSRule.idl

Issue 10769002: Roll IDL to multivm@683 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix notifications path in fremontcut. Created 8 years, 5 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
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/css/CSSStyleSheet.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/css/CSSRule.idl
diff --git a/third_party/WebCore/css/CSSRule.idl b/third_party/WebCore/css/CSSRule.idl
index 05854a27a2d4b4d21944af59d56542d401867fff..79215cb4a06fefe84a373becb874955e9db75b42 100644
--- a/third_party/WebCore/css/CSSRule.idl
+++ b/third_party/WebCore/css/CSSRule.idl
@@ -40,7 +40,7 @@ module css {
const unsigned short WEBKIT_KEYFRAMES_RULE = 7;
const unsigned short WEBKIT_KEYFRAME_RULE = 8;
#if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS
- const unsigned short WEBKIT_REGION_RULE = 10;
+ const unsigned short WEBKIT_REGION_RULE = 16;
#endif
readonly attribute unsigned short type;
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/css/CSSStyleSheet.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698