| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 7b261786dbd8d4ae06ceaacd1f5a1b287a6b4175..79b00bec7951a77067813231f0e548f521a40f78 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1520,7 +1520,6 @@ class PostponeInterruptsScope BASE_EMBEDDED {
|
|
|
| // Temporary macros for accessing current isolate and its subobjects.
|
| // They provide better readability, especially when used a lot in the code.
|
| -#define HEAP (v8::internal::Isolate::Current()->heap())
|
| #define ISOLATE (v8::internal::Isolate::Current())
|
|
|
|
|
|
|