aboutsummaryrefslogtreecommitdiffstats
path: root/masm/stubs/WTFStubs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'masm/stubs/WTFStubs.cpp')
-rw-r--r--masm/stubs/WTFStubs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/masm/stubs/WTFStubs.cpp b/masm/stubs/WTFStubs.cpp
index 072bfdb84f..7e16bbc4d8 100644
--- a/masm/stubs/WTFStubs.cpp
+++ b/masm/stubs/WTFStubs.cpp
@@ -7,7 +7,7 @@
namespace WTF {
-void* fastMalloc(unsigned int size)
+void* fastMalloc(size_t size)
{
return malloc(size);
}