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

Unified Diff: Source/core/plugins/PluginArray.idl

Issue 14676023: Remove DOM prefix from plugins IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build due to (unrelated) missing include in generated code Created 7 years, 7 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: Source/core/plugins/PluginArray.idl
diff --git a/Source/core/plugins/DOMPluginArray.idl b/Source/core/plugins/PluginArray.idl
similarity index 82%
rename from Source/core/plugins/DOMPluginArray.idl
rename to Source/core/plugins/PluginArray.idl
index 52430aab1e9b9aa12fcfffb982e00ddf4e4c6bf5..04e18c421362fa90fbb6ffa4698bca7f80986cf2 100644
--- a/Source/core/plugins/DOMPluginArray.idl
+++ b/Source/core/plugins/PluginArray.idl
@@ -19,11 +19,11 @@
*/
[
- InterfaceName=PluginArray
-] interface DOMPluginArray {
+ ImplementedAs=DOMPluginArray
+] interface PluginArray {
readonly attribute unsigned long length;
- getter DOMPlugin item([Default=Undefined] optional unsigned long index);
- getter DOMPlugin namedItem([Default=Undefined] optional DOMString name);
+ getter Plugin item([Default=Undefined] optional unsigned long index);
+ getter Plugin namedItem([Default=Undefined] optional DOMString name);
void refresh([Default=Undefined] optional boolean reload);
};
« Source/bindings/scripts/CodeGeneratorV8.pm ('K') | « Source/core/plugins/Plugin.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698