Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2011-11-30 15:08:28 +0000
committerGrant Gayed2012-03-06 21:45:15 +0000
commitce5bc5ccb4b7e34346accfd668928ba52a6f7a27 (patch)
tree160b4cd3d640729ba6cb2a5c294793093f7bc809 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp
parenta87a0403ac3b9edf077183bd0f22ecbd0e7e4a59 (diff)
downloadeclipse.platform.swt-ce5bc5ccb4b7e34346accfd668928ba52a6f7a27.tar.gz
eclipse.platform.swt-ce5bc5ccb4b7e34346accfd668928ba52a6f7a27.tar.xz
eclipse.platform.swt-ce5bc5ccb4b7e34346accfd668928ba52a6f7a27.zip
xulrunner-work1
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp
index f8427214ea..f9aa31b99d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp
@@ -14,8 +14,8 @@
#ifdef NATIVE_STATS
-int XPCOM_nativeFunctionCount = 231;
-int XPCOM_nativeFunctionCallCount[231];
+int XPCOM_nativeFunctionCount = 232;
+int XPCOM_nativeFunctionCallCount[232];
char * XPCOM_nativeFunctionNames[] = {
#ifndef JNI64
"_1Call__I",
@@ -23,6 +23,11 @@ char * XPCOM_nativeFunctionNames[] = {
"_1Call__J",
#endif
#ifndef JNI64
+ "_1Call__IIII",
+#else
+ "_1Call__JJJJ",
+#endif
+#ifndef JNI64
"_1Call__IIIIII",
#else
"_1Call__JJJJJI",

Back to the top