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