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

Unified Diff: third_party/WebCore/dom/DOMNamedFlowCollection.idl

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/README ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/DOMNamedFlowCollection.idl
diff --git a/third_party/WebCore/css/WebKitCSSRegionRule.idl b/third_party/WebCore/dom/DOMNamedFlowCollection.idl
similarity index 77%
copy from third_party/WebCore/css/WebKitCSSRegionRule.idl
copy to third_party/WebCore/dom/DOMNamedFlowCollection.idl
index ec3e6d51576fb7c8cea548f65f9f314824c56c70..3e9f3a18ccb5070f118e8d6a46b841a03edf7f6d 100644
--- a/third_party/WebCore/css/WebKitCSSRegionRule.idl
+++ b/third_party/WebCore/dom/DOMNamedFlowCollection.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Adobe Systems Incorporated. All rights reserved.
+ * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,12 +27,17 @@
* SUCH DAMAGE.
*/
-module css {
-
+module core {
interface [
Conditional=CSS_REGIONS,
- ] WebKitCSSRegionRule : CSSRule {
- readonly attribute CSSRuleList cssRules;
+ InterfaceName=WebKitNamedFlowCollection,
+ JSGenerateToJSObject,
+ IndexedGetter,
+ NamedGetter
+ ] DOMNamedFlowCollection {
+ readonly attribute unsigned long length;
+ WebKitNamedFlow item(in unsigned long index);
+ WebKitNamedFlow namedItem(in DOMString name);
};
-
}
+
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698