| Index: Source/core/html/HTMLDialogElement.h
|
| diff --git a/Source/core/html/HTMLDialogElement.h b/Source/core/html/HTMLDialogElement.h
|
| index 091dac64cf6ebf2035551d302b7879fcf9795901..cdfb0c53dee1dcf1e678f955ecd30d7312d23717 100644
|
| --- a/Source/core/html/HTMLDialogElement.h
|
| +++ b/Source/core/html/HTMLDialogElement.h
|
| @@ -26,7 +26,6 @@
|
| #ifndef HTMLDialogElement_h
|
| #define HTMLDialogElement_h
|
|
|
| -#if ENABLE(DIALOG_ELEMENT)
|
| #include "HTMLElement.h"
|
|
|
| namespace WebCore {
|
| @@ -56,5 +55,3 @@ private:
|
| } // namespace WebCore
|
|
|
| #endif
|
| -
|
| -#endif
|
|
|