Chromium Code Reviews| Index: core/html/HTMLMapElement.idl |
| diff --git a/core/html/HTMLMapElement.idl b/core/html/HTMLMapElement.idl |
| index 01dcae007c8b3f13ec5c313558aafe97f855d782..2eb6f2916210a0ea7f9d8089e71cae3024a32d6c 100644 |
| --- a/core/html/HTMLMapElement.idl |
| +++ b/core/html/HTMLMapElement.idl |
| @@ -20,6 +20,6 @@ |
| interface HTMLMapElement : HTMLElement { |
| readonly attribute HTMLCollection areas; |
| - [Reflect] attribute DOMString name; |
| + [Reflect, TreatNullAs=NullString] attribute DOMString name; |
| }; |