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

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

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: third_party/WebCore/css/CSSRule.idl
diff --git a/third_party/WebCore/css/CSSRule.idl b/third_party/WebCore/css/CSSRule.idl
index dc65688d7cb36ccb84cfc1d5f7699ae53226f3cd..05854a27a2d4b4d21944af59d56542d401867fff 100644
--- a/third_party/WebCore/css/CSSRule.idl
+++ b/third_party/WebCore/css/CSSRule.idl
@@ -39,7 +39,9 @@ module css {
const unsigned short PAGE_RULE = 6;
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;
+#endif
readonly attribute unsigned short type;
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/css/WebKitCSSRegionRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698