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

Unified Diff: Source/core/html/HTMLFrameSetElement.idl

Issue 15540004: Auto-generate HTMLFrameSetElement::namedPropertyGetter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: 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/html/HTMLFrameSetElement.idl
diff --git a/Source/core/html/HTMLFrameSetElement.idl b/Source/core/html/HTMLFrameSetElement.idl
index 348251ce7c900a3edbdd392809ce48fdb26ae0cd..12f5bbc8f5e4aa1b6fb9fe901806a2b160fa92e7 100644
--- a/Source/core/html/HTMLFrameSetElement.idl
+++ b/Source/core/html/HTMLFrameSetElement.idl
@@ -19,8 +19,8 @@
*/
[
- CustomNamedGetter
] interface HTMLFrameSetElement : HTMLElement {
haraken 2013/05/21 14:06:41 Nit: You can remove the empty [].
+ [ImplementedAs=anonymousNamedGetter] getter DOMWindow (DOMString name);
[Reflect] attribute DOMString cols;
[Reflect] attribute DOMString rows;
« Source/bindings/scripts/CodeGeneratorV8.pm ('K') | « Source/core/html/HTMLFrameSetElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698