From 35061439c38ab805e4247bdcf696369e90e94d58 Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Wed, 19 Apr 2000 08:45:45 +0000 Subject: [PATCH] try to fix tinderbox bustage for nisheeth --- content/html/content/src/nsHTMLFormElement.cpp | 2 +- layout/html/content/src/nsHTMLFormElement.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/html/content/src/nsHTMLFormElement.cpp b/content/html/content/src/nsHTMLFormElement.cpp index 9ffe4d708d3..fb0f2b80280 100644 --- a/content/html/content/src/nsHTMLFormElement.cpp +++ b/content/html/content/src/nsHTMLFormElement.cpp @@ -44,7 +44,7 @@ #include "nsIScriptGlobalObject.h" #include "nsDOMError.h" #include "nsLayoutUtils.h" -#include "nsHashTable.h" +#include "nsHashtable.h" static const int NS_FORM_CONTROL_LIST_HASHTABLE_SIZE = 64; diff --git a/layout/html/content/src/nsHTMLFormElement.cpp b/layout/html/content/src/nsHTMLFormElement.cpp index 9ffe4d708d3..fb0f2b80280 100644 --- a/layout/html/content/src/nsHTMLFormElement.cpp +++ b/layout/html/content/src/nsHTMLFormElement.cpp @@ -44,7 +44,7 @@ #include "nsIScriptGlobalObject.h" #include "nsDOMError.h" #include "nsLayoutUtils.h" -#include "nsHashTable.h" +#include "nsHashtable.h" static const int NS_FORM_CONTROL_LIST_HASHTABLE_SIZE = 64;