Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 068c44e713f5569515606e2b582caee994ea17f1..f9a921e05d786c8b6b340c038ba636752a903138 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -764,8 +764,9 @@ class Heap { |
Vector<const uc16> str, |
uint32_t hash_field); |
+ template<typename T> |
MUST_USE_RESULT MaybeObject* AllocateInternalSymbol( |
- unibrow::CharacterStream* buffer, int chars, uint32_t hash_field); |
+ T t, int chars, uint32_t hash_field); |
MUST_USE_RESULT MaybeObject* AllocateExternalSymbol( |
Yang
2012/12/17 14:30:34
Let's remove this function header, while we are at
|
Vector<const char> str, |