From 2b3017f9635c93334e65363d4274a005a6594dda Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 28 May 2013 10:22:31 -0400 Subject: [PATCH] ctfe! --- dom.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom.d b/dom.d index 5a4d940..86e16d0 100644 --- a/dom.d +++ b/dom.d @@ -4154,7 +4154,7 @@ struct DomMutationEvent { } -private static string[] selfClosedElements = [ +private enum static string[] selfClosedElements = [ // html 4 "img", "hr", "input", "br", "col", "link", "meta", // html 5