 Chromium Code Reviews
 Chromium Code Reviews Issue 14244017:
  Make length property return useful values for DOM bindings functions  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 14244017:
  Make length property return useful values for DOM bindings functions  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/core/html/DOMFormData.idl | 
| diff --git a/Source/core/html/DOMFormData.idl b/Source/core/html/DOMFormData.idl | 
| index 4eddf4c4268040902bd5795f096ad5636636cda1..25d9ed1e5b8ecf8ee5f6cd67b477b1edc07dddb7 100644 | 
| --- a/Source/core/html/DOMFormData.idl | 
| +++ b/Source/core/html/DOMFormData.idl | 
| @@ -29,7 +29,7 @@ | 
| */ | 
| [ | 
| - CustomConstructor, | 
| + CustomConstructor(optional HTMLFormElement form), | 
| InterfaceName=FormData, | 
| ImplementationLacksVTable | 
| ] interface DOMFormData { |