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

Unified Diff: Source/core/dom/WebKitNamedFlowCollection.idl

Issue 16047009: Stop using [InterfaceName] for WebKitNamedFlowCollection and WebKitPoint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 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
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/page/DOMPoint.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/WebKitNamedFlowCollection.idl
diff --git a/Source/core/dom/DOMNamedFlowCollection.idl b/Source/core/dom/WebKitNamedFlowCollection.idl
similarity index 95%
rename from Source/core/dom/DOMNamedFlowCollection.idl
rename to Source/core/dom/WebKitNamedFlowCollection.idl
index 1ec92f418ed1d76f0c9af0ca510d76a892097041..babe338f874fb5e34cd3608f62f6a911ca5a31e7 100644
--- a/Source/core/dom/DOMNamedFlowCollection.idl
+++ b/Source/core/dom/WebKitNamedFlowCollection.idl
@@ -30,8 +30,8 @@
[
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);
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/page/DOMPoint.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698