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

Unified Diff: Source/core/page/DOMWindow.idl

Issue 15943008: [binding] Replace [CustomIndexedGetter] attributes with [Custom] getter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: update tests 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
« no previous file with comments | « Source/core/html/HTMLSelectElement.idl ('k') | Source/core/storage/Storage.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.idl
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
index c256b050dacfc0a843b5111c6927328a70eb7b25..fd48798e23a21977c03a139d8264cdebb5c74a9f 100644
--- a/Source/core/page/DOMWindow.idl
+++ b/Source/core/page/DOMWindow.idl
@@ -28,7 +28,6 @@
CheckSecurity,
EventTarget,
CustomToV8,
- CustomNamedGetter,
DoNotGenerateWrap,
InterfaceName=Window
] interface DOMWindow {
@@ -335,5 +334,6 @@
[DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
[ImplementedAs=anonymousIndexedGetter] getter DOMWindow(unsigned long index);
+ [Custom] getter DOMWindow (DOMString name);
};
« no previous file with comments | « Source/core/html/HTMLSelectElement.idl ('k') | Source/core/storage/Storage.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698