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

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

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.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

Powered by Google App Engine
This is Rietveld 408576698