Index: src/heap-inl.h |
diff --git a/src/heap-inl.h b/src/heap-inl.h |
index 063cf30ff3cd178b4c7efda22fcc2447252e90c8..277f9c448dc911bedd9d7ee7d26c5f887bab5357 100644 |
--- a/src/heap-inl.h |
+++ b/src/heap-inl.h |
@@ -687,13 +687,6 @@ Isolate* Heap::isolate() { |
CALL_AND_RETRY_OR_DIE(ISOLATE, FUNCTION_CALL, return, return) |
-#define CALL_HEAP_FUNCTION_PASS_EXCEPTION(ISOLATE, FUNCTION_CALL) \ |
- CALL_AND_RETRY(ISOLATE, \ |
- FUNCTION_CALL, \ |
- return __object__, \ |
- return __maybe_object__) |
- |
- |
void ExternalStringTable::AddString(String* string) { |
ASSERT(string->IsExternalString()); |
if (heap_->InNewSpace(string)) { |