| Index: Source/core/html/HTMLParagraphElement.idl
|
| diff --git a/Source/core/html/HTMLParagraphElement.idl b/Source/core/html/HTMLParagraphElement.idl
|
| index e6bd9e8bdd33fb89a1830572443fdfeb2fc4945e..55787c3ebfcf30488acb51d25c36c03e770975d4 100644
|
| --- a/Source/core/html/HTMLParagraphElement.idl
|
| +++ b/Source/core/html/HTMLParagraphElement.idl
|
| @@ -18,6 +18,6 @@
|
| */
|
|
|
| interface HTMLParagraphElement : HTMLElement {
|
| - [Reflect] attribute DOMString align;
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString align;
|
| };
|
|
|
|
|