 Chromium Code Reviews
 Chromium Code Reviews Issue 14179013:
  Add support for [NoInterfaceObject] extended attribute to bindings generator  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 14179013:
  Add support for [NoInterfaceObject] extended attribute to bindings generator  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/core/html/RadioNodeList.idl | 
| diff --git a/Source/core/html/RadioNodeList.idl b/Source/core/html/RadioNodeList.idl | 
| index cfb85c2eaaec05b0d863a702c1feabbf924634ef..20948757cfdc7830eebf8c5850d6043bfbbdb8ed 100644 | 
| --- a/Source/core/html/RadioNodeList.idl | 
| +++ b/Source/core/html/RadioNodeList.idl | 
| @@ -24,6 +24,7 @@ | 
| */ | 
| [ | 
| + NoInterfaceObject, | 
| IndexedGetter, | 
| ] interface RadioNodeList : NodeList { | 
| attribute DOMString value; |