| Index: Source/core/html/HTMLMapElement.idl
|
| diff --git a/Source/core/html/HTMLMapElement.idl b/Source/core/html/HTMLMapElement.idl
|
| index 01dcae007c8b3f13ec5c313558aafe97f855d782..2eb6f2916210a0ea7f9d8089e71cae3024a32d6c 100644
|
| --- a/Source/core/html/HTMLMapElement.idl
|
| +++ b/Source/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;
|
| };
|
|
|
|
|