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

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

Issue 15724005: [Binding] Support primitive type for union member (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: do not inherit getter. rename DoNotCheckJSProperty to OverrideBuiltins 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 4ad6d68f831055d0b3b3c301051f02e3dbdc6ff7..a9282982702a28a596fac4e5eace72c5609985f6 100644
--- a/Source/core/html/HTMLFrameSetElement.idl
+++ b/Source/core/html/HTMLFrameSetElement.idl
@@ -19,7 +19,7 @@
*/
interface HTMLFrameSetElement : HTMLElement {
- [ImplementedAs=anonymousNamedGetter, DoNotCheckJSProperty] getter DOMWindow (DOMString name);
+ [ImplementedAs=anonymousNamedGetter, OverrideBuiltins] getter DOMWindow (DOMString name);
[Reflect] attribute DOMString cols;
[Reflect] attribute DOMString rows;

Powered by Google App Engine
This is Rietveld 408576698