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

Unified Diff: core/dom/WebKitNamedFlowCollection.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « core/dom/WebKitNamedFlow.idl ('k') | core/dom/WheelEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/WebKitNamedFlowCollection.idl
diff --git a/core/dom/DOMNamedFlowCollection.idl b/core/dom/WebKitNamedFlowCollection.idl
similarity index 84%
rename from core/dom/DOMNamedFlowCollection.idl
rename to core/dom/WebKitNamedFlowCollection.idl
index 1ec92f418ed1d76f0c9af0ca510d76a892097041..65aa56d9b60182c110b091395ba53ec26c9992b0 100644
--- a/core/dom/DOMNamedFlowCollection.idl
+++ b/core/dom/WebKitNamedFlowCollection.idl
@@ -30,10 +30,10 @@
[
NoInterfaceObject,
EnabledAtRuntime=cssRegions,
- InterfaceName=WebKitNamedFlowCollection
-] interface DOMNamedFlowCollection {
+ ImplementedAs=DOMNamedFlowCollection
+] interface WebKitNamedFlowCollection {
readonly attribute unsigned long length;
- getter NamedFlow item(unsigned long index);
- NamedFlow namedItem(DOMString name);
- [NotEnumerable, ImplementedAs=namedItem] getter NamedFlow (DOMString name);
+ getter WebKitNamedFlow item(unsigned long index);
+ WebKitNamedFlow namedItem(DOMString name);
+ [NotEnumerable, ImplementedAs=namedItem] getter WebKitNamedFlow (DOMString name);
};
« no previous file with comments | « core/dom/WebKitNamedFlow.idl ('k') | core/dom/WheelEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698