Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2008-12-15 15:16:59 +0000
committerGrant Gayed2008-12-15 15:16:59 +0000
commit4188b1be69016f9bb3d92f3cf5559219404b5e55 (patch)
tree3e39ff4f8074a01594400244fb6e3a37294fc590 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom_stats.cpp
parentb38d7a13d05621c13d4020a1534e72b6dcee1713 (diff)
downloadeclipse.platform.swt-4188b1be69016f9bb3d92f3cf5559219404b5e55.tar.gz
eclipse.platform.swt-4188b1be69016f9bb3d92f3cf5559219404b5e55.tar.xz
eclipse.platform.swt-4188b1be69016f9bb3d92f3cf5559219404b5e55.zip
258309 - [64][Browser] Browser crashes on Snippet307
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.cpp6
1 files changed, 4 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 5ecb2c8587..eba049945d 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 = 178;
-int XPCOM_nativeFunctionCallCount[178];
+int XPCOM_nativeFunctionCount = 180;
+int XPCOM_nativeFunctionCallCount[180];
char * XPCOM_nativeFunctionNames[] = {
"_1Call",
"_1NS_1GetComponentManager",
@@ -812,6 +812,8 @@ char * XPCOM_nativeFunctionNames[] = {
"_1nsID_1Equals",
"_1nsID_1delete",
"_1nsID_1new",
+ "_1nsIMemory_1Alloc",
+ "_1nsIMemory_1Realloc",
#ifndef JNI64
"memmove__ILorg_eclipse_swt_internal_mozilla_nsID_2I",
#else

Back to the top