Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1030)

Unified Diff: Source/core/html/HTMLDialogElement.h

Issue 14467003: Remove ENABLE_DIALOG_ELEMENT (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698