| Index: Source/core/html/HTMLDialogElement.cpp
|
| diff --git a/Source/core/html/HTMLDialogElement.cpp b/Source/core/html/HTMLDialogElement.cpp
|
| index 64cce9796a021ecb7d9a7d3dbc15ea8d725eb923..f640a15834bf1362fe1048d458bf2a8abf70589a 100644
|
| --- a/Source/core/html/HTMLDialogElement.cpp
|
| +++ b/Source/core/html/HTMLDialogElement.cpp
|
| @@ -24,7 +24,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(DIALOG_ELEMENT)
|
| #include "HTMLDialogElement.h"
|
|
|
| #include "ExceptionCode.h"
|
| @@ -135,6 +134,4 @@ bool HTMLDialogElement::isPresentationAttribute(const QualifiedName& name) const
|
| return HTMLElement::isPresentationAttribute(name);
|
| }
|
|
|
| -}
|
| -
|
| -#endif
|
| +} // namespace WebCore
|
|
|