diff options
Diffstat (limited to 'JavaScriptCore/runtime/GCHandle.cpp')
| -rw-r--r-- | JavaScriptCore/runtime/GCHandle.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/JavaScriptCore/runtime/GCHandle.cpp b/JavaScriptCore/runtime/GCHandle.cpp index 3331517..297de38 100644 --- a/JavaScriptCore/runtime/GCHandle.cpp +++ b/JavaScriptCore/runtime/GCHandle.cpp @@ -83,9 +83,4 @@ void WeakGCHandlePool::free(WeakGCHandle* handle) --m_entriesSize; } -void* WeakGCHandlePool::operator new(size_t, AlignedMemory<WeakGCHandlePool::poolSize>& allocation) -{ - return allocation.base(); -} - } |
