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

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

Issue 17214003: Remove [InterfaceName] IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix try bot failures 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/WebKitNamedFlow.idl ('k') | Source/modules/quota/StorageErrorCallback.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/WebKitNamedFlowCollection.idl b/Source/core/dom/WebKitNamedFlowCollection.idl
index babe338f874fb5e34cd3608f62f6a911ca5a31e7..65aa56d9b60182c110b091395ba53ec26c9992b0 100644
--- a/Source/core/dom/WebKitNamedFlowCollection.idl
+++ b/Source/core/dom/WebKitNamedFlowCollection.idl
@@ -33,7 +33,7 @@
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 | « Source/core/dom/WebKitNamedFlow.idl ('k') | Source/modules/quota/StorageErrorCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698