From e8170d12690f3f61be616df7f1fc0d0bb07bfcfd Mon Sep 17 00:00:00 2001 From: "bryner%uiuc.edu" Date: Sun, 7 May 2000 20:19:08 +0000 Subject: [PATCH] Fixing the out of order DOM properties assertion. r=shaver. --- dom/public/nsDOMPropNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/public/nsDOMPropNames.h b/dom/public/nsDOMPropNames.h index ba0d90c711f5..692750672c22 100644 --- a/dom/public/nsDOMPropNames.h +++ b/dom/public/nsDOMPropNames.h @@ -978,8 +978,8 @@ "xuleditorelement.editorshell", \ "xulelement.addbroadcastlistener", \ "xulelement.anonymouscontent", \ - "xulelement.builder", \ "xulelement.blur", \ + "xulelement.builder", \ "xulelement.classname", \ "xulelement.click", \ "xulelement.controllers", \