summaryrefslogtreecommitdiffstats
path: root/dom/xslt/xslt/txEXSLTFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xslt/xslt/txEXSLTFunctions.cpp')
-rw-r--r--dom/xslt/xslt/txEXSLTFunctions.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/dom/xslt/xslt/txEXSLTFunctions.cpp b/dom/xslt/xslt/txEXSLTFunctions.cpp
index d4882d0b13..cb4f204019 100644
--- a/dom/xslt/xslt/txEXSLTFunctions.cpp
+++ b/dom/xslt/xslt/txEXSLTFunctions.cpp
@@ -23,7 +23,6 @@
#include "nsImportModule.h"
#include "nsPrintfCString.h"
#include "nsComponentManagerUtils.h"
-#include "nsContentCID.h"
#include "nsContentCreatorFunctions.h"
#include "nsIContent.h"
#include "txMozillaXMLOutput.h"
@@ -189,8 +188,8 @@ struct txEXSLTFunctionDescriptor {
int32_t mNamespaceID;
};
-static EnumeratedArray<txEXSLTType, txEXSLTType::_LIMIT,
- txEXSLTFunctionDescriptor>
+static EnumeratedArray<txEXSLTType, txEXSLTFunctionDescriptor,
+ size_t(txEXSLTType::_LIMIT)>
descriptTable;
class txEXSLTFunctionCall : public FunctionCall {